| Some definitions of interest. |
|
deq | Def EqDecider(T) == eq:T T    x,y:T. x = y  (eq(x,y)) |
| | Thm* T:Type. EqDecider(T) Type |
|
fpf | Def a:A fp-> B(a) == d:A List a:{a:A| (a d) } B(a) |
| | Thm* A:Type, B:(A Type). a:A fp-> B(a) Type |
|
fpf-compatible | Def f || g == x:A. x dom(f) & x dom(g)  f(x) = g(x) B(x) |
|
fpf-empty | Def == <nil, x. > |
|
top | Def Top == Void given Void |
| | Thm* Top Type |