aboutsummaryrefslogtreecommitdiff
path: root/parsing/pcoq.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-02-20 22:51:46 -0500
committerEmilio Jesus Gallego Arias2020-03-25 23:45:00 -0400
commitf9174f64c56375adb42e53b97df9eeb8b0a9680d (patch)
tree95cf27fd7d8afd694d89d8f0f3bbb65811892f41 /parsing/pcoq.mli
parentd5dcb490f4f08dc1f5ae4158a26d264e03f808cc (diff)
[parsing] Remove unneeded `Extend.entry` type.
This is not needed anymore after the unification.
Diffstat (limited to 'parsing/pcoq.mli')
-rw-r--r--parsing/pcoq.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pcoq.mli b/parsing/pcoq.mli
index f83109d39a..e12a1cc11b 100644
--- a/parsing/pcoq.mli
+++ b/parsing/pcoq.mli
@@ -24,7 +24,7 @@ sig
end
module Entry : sig
- type 'a t = 'a Extend.entry
+ type 'a t
val create : string -> 'a t
val parse : 'a t -> Parsable.t -> 'a
val print : Format.formatter -> 'a t -> unit