| SMLDoc |
structure HttpMethod =
struct
type method = string ref
val get : method
val put : method
val toString : method -> string
val fromString : string -> method option
end
Type detail |
---|
type method = string ref
Value detail |
---|
val get : method
val put : method
val toString : method -> string
val fromString : string -> method option
| SMLDoc: Documentation generator for SML |