diff options
| author | Emilio Jesus Gallego Arias | 2018-10-07 07:50:16 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-29 01:25:34 +0100 |
| commit | 46ac5393bf8d3dfef069c4190e3bfe6a3b4dcd90 (patch) | |
| tree | 4a7e7e27a48b542fb28992002acd807117df043c /gramlib/ploc.mli | |
| parent | 641042302f05f6ec42f61a4bdb73fad70bb90c41 (diff) | |
[gramlib] Cleanup, remove unused parsing infrastructure.
We remove the functional and backtracking parsers as they are not used
in Coq.
Diffstat (limited to 'gramlib/ploc.mli')
| -rw-r--r-- | gramlib/ploc.mli | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gramlib/ploc.mli b/gramlib/ploc.mli index aec6b4e8b8..d2ab62db06 100644 --- a/gramlib/ploc.mli +++ b/gramlib/ploc.mli @@ -120,9 +120,3 @@ val call_with : 'a ref -> 'a -> ('b -> 'c) -> 'b -> 'c then call [f a], and resets [r] to its initial value. If [f a] raises an exception, its initial value is also reset and the exception is re-raised. The result is the result of [f a]. *) - -(**/**) - -val make : int -> int -> int * int -> t - (** deprecated function since version 6.00; use [make_loc] instead - with the empty string *) |
