symbol_intf.ml
ecaml
ecaml.bench
ecaml.ecaml_value
1 2 3 4 5 6 7 8 9 10 open! Core_kernel open! Import module type Symbol = sig include Value.Subtype include Equal.S with type t := t include Value.Funcall with type t := t val intern : string -> t end
1 2 3 4 5 6 7 8 9 10
open! Core_kernel open! Import module type Symbol = sig include Value.Subtype include Equal.S with type t := t include Value.Funcall with type t := t val intern : string -> t end