module SafeUnmarshal:Fonctions de désérialisation sûre.sig..end
exception Fail
val from_string : 'a tyrepr -> string -> int -> 'aval from_channel : 'a tyrepr -> Pervasives.in_channel -> 'aval copy : 'a tyrepr -> 'b -> 'aval check : 'a -> 'b tyrepr -> bool