Module Llair.Intrinsic
Intrinsic function names
type t = [ | `sledge_thread_create| `sledge_thread_resume| `sledge_thread_join
]val compare : t -> t -> intval equal : t -> t -> boolval sexp_of_t : t -> Sexplib0.Sexp.tval of_name : string -> t optionval to_name : t -> string