X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationMatcher.mli;h=4abb5b8bc9b37127e77243f74172f025f38e8459;hb=26cce624c98e795521078794c748758798031704;hp=55de82999f9aa8537637a7838a0c374324570719;hpb=bf6144a808a16d4e576e56593bbcd63b8db5fe4c;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationMatcher.mli b/helm/ocaml/cic_notation/cicNotationMatcher.mli index 55de82999..4abb5b8bc 100644 --- a/helm/ocaml/cic_notation/cicNotationMatcher.mli +++ b/helm/ocaml/cic_notation/cicNotationMatcher.mli @@ -39,9 +39,9 @@ module Matcher (P: PATTERN) : sig val compiler: (P.pattern_t * int) list -> - ((P.pattern_t list * int) list -> P.term_t list -> 'a) -> - (unit -> 'a) -> - (P.term_t -> 'a) + ((P.pattern_t list * int) list -> P.term_t list -> 'a option) -> + (unit -> 'a option) -> + (P.term_t -> 'a option) end module Matcher21: