| SMLDoc |
signature ASTUTIL =
sig
val makeSEQdec : Ast.dec * Ast.srcpos * Ast.dec * Ast.srcpos -> Ast.dec
val layered : Ast.pat * Ast.pat -> Ast.pat
val arrowTycon : string
val bogusID : string
val exnID : string
val symArg : string
val itsym : string list
val unitExp : Ast.exp
val unitPat : Ast.pat
val QuoteExp : string -> Ast.exp
val AntiquoteExp : Ast.exp -> Ast.exp
end
Value detail |
---|
val makeSEQdec : Ast.dec * Ast.srcpos * Ast.dec * Ast.srcpos -> Ast.dec
val layered : Ast.pat * Ast.pat -> Ast.pat
val arrowTycon : string
val bogusID : string
val exnID : string
val symArg : string
val unitExp : Ast.exp
val unitPat : Ast.pat
val QuoteExp : string -> Ast.exp
val AntiquoteExp : Ast.exp -> Ast.exp
| SMLDoc: Documentation generator for SML |