Skip to content

Commit d0d517b

Browse files
committed
Unset Universe Minimization ToSet in monad_utils
1 parent d538d2f commit d0d517b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/theories/monad_utils.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Import ListNotations.
77

88
Set Universe Polymorphism.
99
Set Polymorphic Inductive Cumulativity.
10+
Unset Universe Minimization ToSet.
1011

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

0 commit comments

Comments
 (0)