aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-10-06 20:10:44 +0100
committerYann Herklotz <git@yannherklotz.com>2022-10-06 20:10:44 +0100
commit48a1381cd8466888c3034e7359b6775fafe5ed15 (patch)
treee2950f9ff6a617c054e422b261ff5ebc954b50b6 /src/common
parenta1657466c7d8af0ed405723bf3aa83bafedf9816 (diff)
downloadvericert-48a1381cd8466888c3034e7359b6775fafe5ed15.tar.gz
vericert-48a1381cd8466888c3034e7359b6775fafe5ed15.zip
[sched] Remove some unprovable lemmas
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Optionmonad.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/Optionmonad.v b/src/common/Optionmonad.v
index 037dd83..8112eb9 100644
--- a/src/common/Optionmonad.v
+++ b/src/common/Optionmonad.v
@@ -70,8 +70,7 @@ Module Option <: Monad.
End Option.
Module OptionExtra.
- Module OE := MonadExtra(Option).
- Export OE.
+ Module Export OE := MonadExtra(Option).
Lemma mfold_left_Some :
forall A B f x n y,