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
buttonmldoDef button, button_mldo, force_action, ml_string, MLmacro, semi_ml, words
Def $s
Def == (let thunk ()  ml in last_mlbutton_fn := (t.thunk () ; t) ; thunk ())
ml_theunitDef ml
Def () == ()
ml_applyDef ml, ml_apply
Def a b == ((a)(b))
ml_seqDef ml, ml_seq
Def a ; b == ((a);(b))
ml_lambdaDef ml, NoConds
Def a.b == (\a.(b))
ml_assignDef ml
Def a := b == ((a):=(b))
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:$s has structure: button{$s:s,mldo:t}(ml)

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

Definitions EditorDoc Sections Nuprl Doc