= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package KaSim
-
KappaLib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_float : t -> float option
val to_int : t -> int
val zero : t
val is_zero : t -> bool
val one : t
val is_strictly_positive : t -> bool
val print : Format.formatter -> t -> unit
val pretty_print : Format.formatter -> t -> unit
val print_option : Format.formatter -> t -> unit
val to_string : t -> string
val of_string : string -> t
val to_yojson : t -> Yojson.Basic.json
val of_yojson : Yojson.Basic.json -> t
val write_t : Bi_outbuf.t -> t -> unit
val string_of_t : ?len:int -> t -> string
val read_t : Yojson.Safe.lexer_state -> Lexing.lexbuf -> t
val t_of_string : string -> t
val of_un_alg_op : Operator.un_alg_op -> t -> t
val of_bin_alg_op : Operator.bin_alg_op -> t -> t -> t
val of_compare_op : Operator.compare_op -> t -> t -> bool