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
html_anchorDef words, html_anchor, ml_string, ml, exec
Def SHOW
Def == let url  "$URL" ,
Def == let url
Def == let  "file:"^^(filename_norm (remove_prefix_string "file:" url))
Def == let  ? url in
Def == www_browser_raise url
ml_scatDef MLmacro
Def a^^b == concatenate_strings [a;b]
ml_applyDef ml, ml_apply
Def a b == ((a)(b))
ml_stringDef ml, ml_string_lit
Def "$str" == "$str"
ml_qDef 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_consDef ml, ml_cons
Def a.b == ((a).(b))
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)
ml_stringoDef ml, semi_puretext
Def "s" == "s"
ml_nilDef ml
Def [] == []

Syntax:SHOW has structure: html_anchor{$URL:s}(SHOW)

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

Definitions EditorDoc Sections Nuprl Doc