File: printexc.mli

package info (click to toggle)
ocaml-stdcompat 21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,664 kB
  • sloc: ml: 34,679; sh: 830; makefile: 239
file content (3 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (20)
1
2
3
val to_string : exn -> string
val print : ('a -> 'b) -> 'a -> 'b
val catch : ('a -> 'b) -> 'a -> 'b