Module String.Functor

type !'a t = ('a, string) Stdlib.result
val map : ('a -> 'b) -> 'a t -> 'b t