unisonweb/unison

something weird with `find`?

Open

#1,395 opened on 2020年4月3日

GitHub で見る
 (0 comments) (0 reactions) (1 assignee)Haskell (304 forks)batch import
bugcodebase-manager / ucmhelp wanted

Repository metrics

Stars
 (6,624 stars)
PR merge metrics
 (平均マージ 10d 2h) (30d で 5 merged PRs)

説明

.temp.inside> find .temp

  1. type .temp.outside.A
  2. .temp.outside.A.A : Nat -> A
  

.temp.inside> cd .temp
.temp> find

  1.  type inside.B
  2.  inside.B.B : A -> B
  3.  inside.p : Nat
  4.  inside.q : Nat
  5.  inside.r : Nat -> Nat
  6.  inside.s : A
  7.  inside.t : B
  8.  type outside.A
  9.  outside.A.A : Nat -> A
  10. outside.c : Nat

Why does the first request show just 2 results instead of all 10?

コントリビューターガイド