File: unit.mli

package info (click to toggle)
ocaml-stdcompat 21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,648 kB
  • sloc: ml: 34,677; sh: 830; makefile: 239
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (27)
1
2
3
4
5
type t = unit =
  | () 
val equal : t -> t -> bool
val compare : t -> t -> int
val to_string : t -> string