Skip to content

Commit

Permalink
Merge pull request #897 from JasonGross/coq-8.16+monad-ast-poly
Browse files Browse the repository at this point in the history
Make MonadAst universe polymorphic
  • Loading branch information
tabareau authored Apr 5, 2023
2 parents 61a1b43 + 5d6e84f commit 708c53b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template-coq/theories/MonadAst.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ From MetaCoq.Utils Require Import utils monad_utils.
From MetaCoq.Template Require Import Ast.

Import MCMonadNotation.
Local Set Universe Polymorphism.
Local Unset Universe Minimization ToSet.

Section with_monad.
Context {T} {M : Monad T}.
Expand Down

0 comments on commit 708c53b

Please sign in to comment.