Source file result.ml

1
2
3
4
5
type filename = string
type error_message = string

type t = Ok of filename
       | Error of error_message