diff options
| author | Emilio Jesus Gallego Arias | 2019-02-07 03:34:21 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-02-07 03:34:21 +0100 |
| commit | 516af694c8f8a46abf67b8124b315fb8bc12df8b (patch) | |
| tree | 5f67e4b20555a54473f530a97d622374d72cab63 /gramlib/plexing.ml | |
| parent | 7886c6d8e0663ba346fff52837012c7fc952ecc1 (diff) | |
| parent | 2bdd0f98ea8fa2444e4198d7be160a189aa5f933 (diff) | |
Merge PR #9479: Remove the Plexing.Error exception.
Reviewed-by: ejgallego
Diffstat (limited to 'gramlib/plexing.ml')
| -rw-r--r-- | gramlib/plexing.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gramlib/plexing.ml b/gramlib/plexing.ml index f99a3c2480..fce5445ad8 100644 --- a/gramlib/plexing.ml +++ b/gramlib/plexing.ml @@ -4,8 +4,6 @@ type pattern = string * string -exception Error of string - type location_function = int -> Loc.t type 'te lexer_func = char Stream.t -> 'te Stream.t * location_function |
