WhoCites Definitions MarkB generic Sections NuprlLIB Doc

Who Cites imin?
iminDef imin(a;b) == if ab a else b fi
Thm* a,b:. imin(a;b)
le_int Def ij == j < i
Thm* i,j:. (ij)
lt_int Def i < j == if i < j true ; false fi
Thm* i,j:. (i < j)
bnot Def b == if b false else true fi
Thm* b:. b

Syntax:imin(a;b) has structure: imin(a; b)

About:
boolbfalsebtrueifthenelseint
lessmemberall
!abstraction

WhoCites Definitions MarkB generic Sections NuprlLIB Doc