File: deriving_interned.mli

package info (click to toggle)
ocaml-deriving-ocsigen 0.3c-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 600 kB
  • sloc: ml: 5,788; makefile: 298
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
(* Interned strings *)

type t
val compare : t -> t -> int
val eq : t -> t -> bool
val intern : string -> t
val to_string : t -> string
val name : t -> string