Skip to content

Commit 089ebcc

Browse files
authored
1 parent 19bc48e commit 089ebcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Language/API.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Compute API.type. (* to figure out what goes into a type *)
2929
Export Coercions.
3030

3131
(** [type] is the type of reified type-codes for expressions *)
32-
Notation type := (type base.type).
32+
#[global] Notation type := (type base.type).
3333
(** [Expr : type -> Type] is the type family of specialized PHOAS expressions *)
34-
Notation Expr := (@expr.Expr base.type ident).
34+
#[global] Notation Expr := (@expr.Expr base.type ident).
3535
(** [expr : forall {var : type -> Type}, type -> Type] is the [var]-specific PHOAS expression type *)
3636
Notation expr := (@expr base.type ident).
3737

0 commit comments

Comments
 (0)