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_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 then b else c has structure: ml_if(abc)

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

Definitions EditorDoc Sections Nuprl Doc