Skip to content

Commit

Permalink
Last attempt to adapt to stdlib's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Casteran committed Jan 2, 2024
1 parent 2ccd85a commit fb855a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tutorial_inductive_co_inductive_types/SRC/RecTutorial.v
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ Defined.
Print Acc.


Require Import Minus.

(*
Fixpoint div (x y:nat){struct x}: nat :=
Expand Down
5 changes: 2 additions & 3 deletions tutorial_type_classes/SRC/Monoid_op_classes.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Set Implicit Arguments.

Require Import ZArith Recdef Mat.
Require Import ZArith Recdef Mat.


Class monoid_binop (A:Type) := monoid_op : A -> A -> A.
Expand Down Expand Up @@ -123,8 +123,7 @@ Definition tail_recursive_power `{M : Monoid}(x:A)(n:nat) :=

(* Todo: Fix Div2 deprecation *)

Require
Recdef Nat.
Require Recdef Nat.



Expand Down

0 comments on commit fb855a7

Please sign in to comment.