| SMLDoc |
signature FILE_ID =
sig
type id
type ord_key = id
val compare : id * id -> order
val fileId : string -> id
val canonical : string -> string
end
Type detail |
---|
type id
type ord_key = id
Value detail |
---|
val compare : id * id -> order
val canonical : string -> string
| SMLDoc: Documentation generator for SML |