Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = factoid Calculon.Prelude.StrMap.t
val key_of_string : string -> key option
val factoids_of_json : Yojson.Safe.t -> (t, string) CCResult.t
val json_of_factoids : t -> Yojson.Safe.t
val parse_op : prefix:string -> string -> (op * string option) option
op + hilight
val string_of_value : value -> string
val string_of_op : op -> string
val empty : t
val search : string list -> t -> string list
val plugin : Plugin.t