Skip to content

Commit

Permalink
Unset Universe Minimization ToSet in monad_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 20, 2023
1 parent 088871f commit 24241a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/theories/monad_utils.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Import ListNotations.

Set Universe Polymorphism.
Set Polymorphic Inductive Cumulativity.
Unset Universe Minimization ToSet.

Class Monad@{d c} (m : Type@{d} -> Type@{c}) : Type :=
{ ret : forall {t : Type@{d}}, t -> m t
Expand Down

0 comments on commit 24241a5

Please sign in to comment.