module Bitpath_prereq:sig
..end
This is not meant to provide a complete supplement to the standard library
as it is mainly for internal needs. Use at your own discretion.
val ident : 'a -> 'a
val konst : 'a -> 'b -> 'a
val (|<) : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c
module Option:sig
..end
module Char:sig
..end
module String:sig
..end