diff options
| author | Maxime Dénès | 2017-05-26 18:12:14 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-26 18:12:14 +0200 |
| commit | 06aa7498415ca98a795219a2b1460e812b6bafc6 (patch) | |
| tree | 7e6abfa81039608c59d1f53335afc68fd82b441a /lib/util.mli | |
| parent | 9c8cdd5f6c1cb4bda2f8558c17df3ffe69c49264 (diff) | |
| parent | 8bd3e4eba54ace61f49a53b8ce74517de71006ec (diff) | |
Merge PR#655: Extra functions exported in EConstr
Diffstat (limited to 'lib/util.mli')
| -rw-r--r-- | lib/util.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.mli b/lib/util.mli index cf8041a0d9..56ec5394eb 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -133,5 +133,7 @@ type 'a until = 'a CSig.until = Stop of 'a | Cont of 'a type ('a, 'b) eq = ('a, 'b) CSig.eq = Refl : ('a, 'a) eq +val sym : ('a, 'b) eq -> ('b, 'a) eq + val open_utf8_file_in : string -> in_channel (** Open an utf-8 encoded file and skip the byte-order mark if any. *) |
