module W:
| Parameters: |
|
type ('a, 'b) withres = {
|
cons : |
|
fin : |
val premap : ('a -> 'b) -> ('b, 'c) withres -> ('a, 'c) withresval with_identity : ('a, 'a) withresval bindres : ('a, 'b) withres -> 'a -> ('b -> 'c M.m) -> 'c M.mval with_alt : ('a, 'b) withres ->
('c, 'b) withres -> ('a * 'c, exn option * 'b) withrestypedir_abstract =string
val with_sys_chdir : (string, dir_abstract) withres