open scopes locally
This commit is contained in:
parent
6f3b0fbc0b
commit
30fe571a39
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Require Import terms_debruijn.
|
||||
|
||||
Open Scope ladder_type_scope.
|
||||
Open Scope ladder_expr_scope.
|
||||
Local Open Scope ladder_type_scope.
|
||||
Local Open Scope ladder_expr_scope.
|
||||
|
||||
Create HintDb type_eq_hints.
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ Create HintDb subtype_hints.
|
|||
Reserved Notation "s ':<=' t" (at level 50).
|
||||
Reserved Notation "s '~<=' t" (at level 50).
|
||||
|
||||
Local Open Scope ladder_type_scope.
|
||||
|
||||
(* Representational Subtype *)
|
||||
Inductive is_repr_subtype : type_DeBruijn -> type_DeBruijn -> Prop :=
|
||||
| TSubRepr_Refl : forall t t', (t === t') -> (t :<= t')
|
||||
|
|
Loading…
Reference in a new issue