Module Bitpath_prereq

module Bitpath_prereq: sig .. end
Utilities and overlays for standard library structures used by the Bitpath library itself.

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