Origin Definitions Sections GenAutomata Doc

mb_record
Nuprl Section: mb_record - Definitions of records and the dual sigma types and their properties.
Selected Objects
defrecord{d} == l:Labeldecl_type(d;l)
THMrall_subtypeD:(IDecl), j:I, z:{D(i) for i I}. z {D(j)}
defr_selectr.l == r(l)
defsigma(d) == l:Labeldecl_type(d;l)
THMsall_subtypeD:(IDecl), j:I, z:(D(i) for i I). z (D(j))
defkindkind(a) == 1of(a)
defvaluevalue(a) == 2of(a)
defrecord_pair{p} == {1of(p)}{2of(p)}

Origin Definitions Sections GenAutomata Doc