diff options
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/misctypes.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/misctypes.mli b/intf/misctypes.mli index c61da0e306..2c8ac3a693 100644 --- a/intf/misctypes.mli +++ b/intf/misctypes.mli @@ -21,11 +21,11 @@ type 'constr intro_pattern_expr = | IntroNaming of intro_pattern_naming_expr | IntroAction of 'constr intro_pattern_action_expr and intro_pattern_naming_expr = - | IntroWildcard | IntroIdentifier of Id.t | IntroFresh of Id.t | IntroAnonymous and 'constr intro_pattern_action_expr = + | IntroWildcard | IntroOrAndPattern of 'constr or_and_intro_pattern_expr | IntroInjection of (Loc.t * 'constr intro_pattern_expr) list | IntroApplyOn of 'constr * (Loc.t * 'constr intro_pattern_expr) |
