Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to new agda stdlib #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CLT.agda
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ module SetoidUtil where
Tms a ._≈ₑ_ = _≈_
Tms a .isEquivalence = EqClosureIsEquivalence _⟶_

open import Relation.Binary.SetoidReasoning public
open import Relation.Binary.Reasoning.MultiSetoid public

open SetoidUtil public
2 changes: 2 additions & 0 deletions src/Lib.agda
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ open import Relation.Binary.Construct.Closure.ReflexiveTransitive
open import Relation.Binary.Construct.Closure.Equivalence
using (EqClosure ; symmetric)
renaming (isEquivalence to EqClosureIsEquivalence) public
open import Relation.Binary.Construct.Closure.Symmetric
using (fwd; bwd) public
open import Data.Sum
using (_⊎_ ; inj₁ ; inj₂) public
open import Data.Sum
Expand Down