diff options
Diffstat (limited to 'lib/interface.mli')
| -rw-r--r-- | lib/interface.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/interface.mli b/lib/interface.mli index 1b9c2c6389..8511bffc84 100644 --- a/lib/interface.mli +++ b/lib/interface.mli @@ -117,4 +117,5 @@ type location = (int * int) option (* start and end of the error *) type 'a value = | Good of 'a + | Unsafe of 'a | Fail of (location * string) |
