File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11Require Import Hask.Ltac .
22Require Import Hask.Prelude.
3+ Require Import FunctionalExtensionality.
34
45Generalizable All Variables .
56Set Primitive Projections .
@@ -126,8 +127,6 @@ Ltac rewrite_iapp_homomorphisms :=
126127
127128Section IApplicatives.
128129
129- Require Import FunctionalExtensionality.
130-
131130 Variable F : Type -> Type -> Type -> Type.
132131 Context `{IApplicative F}.
133132
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ Extract Inlined Constant projT1 => "Prelude.fst".
6363Extract Inlined Constant snd => "Prelude.snd".
6464(* Extract Inlined Constant subn => "(Prelude.-)". *)
6565
66- Extraction Implicit eq_rect [ x y ].
67- Extraction Implicit eq_rect_r [ x y ].
68- Extraction Implicit eq_rec [ x y ].
69- Extraction Implicit eq_rec_r [ x y ].
66+ (* Extraction Implicit eq_rect [ x y ]. *)
67+ (* Extraction Implicit eq_rect_r [ x y ]. *)
68+ (* Extraction Implicit eq_rec [ x y ]. *)
69+ (* Extraction Implicit eq_rec_r [ x y ]. *)
7070
7171Extract Inlined Constant eq_rect => "".
7272Extract Inlined Constant eq_rect_r => "".
You can’t perform that action at this time.
0 commit comments