We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc48e commit 089ebccCopy full SHA for 089ebcc
src/Language/API.v
@@ -29,9 +29,9 @@ Compute API.type. (* to figure out what goes into a type *)
29
Export Coercions.
30
31
(** [type] is the type of reified type-codes for expressions *)
32
- Notation type := (type base.type).
+ #[global] Notation type := (type base.type).
33
(** [Expr : type -> Type] is the type family of specialized PHOAS expressions *)
34
- Notation Expr := (@expr.Expr base.type ident).
+ #[global] Notation Expr := (@expr.Expr base.type ident).
35
(** [expr : forall {var : type -> Type}, type -> Type] is the [var]-specific PHOAS expression type *)
36
Notation expr := (@expr base.type ident).
37
0 commit comments