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_RepeatMDef ml, easyparm
Def ml_RepeatM{$Kind:t, $N:n}
Def == if `$Kind`=`For` then RepeatMFor $N else RepeatM
ml_applyDef ml, ml_apply
Def a b == ((a)(b))
ml_tokDef ml, possible_ob_ref
Def `$tok` == `$tok`
ml_eqDef ml, ml_eq
Def a=b == ((a)=(b))
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)
ml_tokoDef ml, semi_puretext
Def `s` == `s`

Syntax:ml_RepeatM{$Kind:t, $N:n} has structure: ml_RepeatM{$Kind:t,$N:n}

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

Definitions EditorDoc Sections Nuprl Doc