module Numerix:sig
..end
type
round_mode =
| |
Floor |
| |
Nearest_up |
| |
Ceil |
| |
Nearest_down |
type
tristate =
| |
False |
| |
Unknown |
| |
True |
module type Int_type =sig
..end
module Infixes:
val chrono : string -> unit