Definitions EditorDoc Sections Nuprl Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
No other cites to report in EditorDoc
ml_doifDef ml
Def if a thendo b == if a then do b else ()
ml_theunitDef ml
Def () == ()
ml_do_unopDef ml
Def do X == (do (X))
ml_ifDef ml
Def if a then b else c == if a then b else c
ml_testDef ml
Def if a $then b $else c == if (a) $then (b) $else c
ml_parensDef ml, slots_not_slots
Def (a) == (a)

Syntax:if a thendo b has structure: ml_doif(ab)

About:
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions EditorDoc Sections Nuprl Doc