Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBD committed Nov 16, 2024
1 parent 265e5b6 commit 0f9d6da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions template-coq/theories/AstUtils.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ From MetaCoq.Template Require Import Ast.
Require Import ssreflect ssrbool.
Require Import ZArith.

#[local] Set Universe Polymorphism.

(** Raw term printing *)

Module string_of_term_tree.
Expand Down
2 changes: 1 addition & 1 deletion template-coq/theories/Lib.v
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Notation tPro x A b :=
Notation tLet x A t b :=
(tLetIn {| binder_name := nNamed x; binder_relevance := Relevant |} t A b).

(*Notation "'__'" := (hole) (no associativity, at level 0).*)
Notation "'__'" := (hole) (no associativity, at level 0).

(** * Monadic notations. *)

Expand Down

0 comments on commit 0f9d6da

Please sign in to comment.