Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonGrodin committed Oct 5, 2023
1 parent c3819d0 commit 50ac0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calf/Data/IsBounded.agda
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ open import Calf.CBPV
open import Calf.Directed
open import Calf.Step costMonoid

open import Calf.Data.IsBoundedG costMonoid public
open import Calf.Data.IsBoundedG costMonoid


IsBounded : (A : tp⁺) cmp (F A) Set
Expand Down
1 change: 1 addition & 0 deletions src/Examples/Decalf/HigherOrderFunction.agda
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ open import Calf.Data.List using (list; []; _∷_; [_]; _++_; length)
open import Calf.Data.Bool using (bool; if_then_else_)
open import Calf.Data.Product using (unit)
open import Calf.Data.Equality as Eq using (_≡_; refl; module ≡-Reasoning)
open import Calf.Data.IsBoundedG costMonoid using (step⋆)
open import Calf.Data.IsBounded costMonoid
open import Function

Expand Down

0 comments on commit 50ac0bb

Please sign in to comment.