module Deriving_Default:sig..end
module type Default =sig..end
module Defaults:
module Default_string:Defaultwith type a = string
module Default_int64:Defaultwith type a = int64
module Default_int:Defaultwith type a = int
module Default_bool:Defaultwith type a = bool
module Default_unit:Defaultwith type a = unit
module Default_char:Defaultwith type a = char
module Default_float:Defaultwith type a = float
module Default_list:
module Default_option:
module Default_array:
module Default_ref: