Skip to content

Commit

Permalink
Make MonadAst universe polymorphic
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 5, 2023
1 parent 481ed02 commit 5d6e84f
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 5d6e84f

Please sign in to comment.