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_letinDef ml, ml_let, nospaces
Def let$mod a  b in c == let$mod a  b in c
ml_declDef ml
Def a  b == a=(b)
ml_letin_wrapDef ml, nospaces
Def let$mod D in c == let$mod D in (c)
ml_parensDef ml, slots_not_slots
Def (a) == (a)

Syntax:let$mod a  b in c has structure: ml_let{$mod:s,in:s}(abc)

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

Definitions EditorDoc Sections Nuprl Doc