diff options
author | Helmut Grohne <helmut@subdivi.de> | 2018-11-25 11:29:53 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2018-11-25 11:29:53 +0100 |
commit | 25d4df9182c92ef26979566f06c7c9f17746f0fb (patch) | |
tree | 9fb198f637098799730a4f2fd1f30afcfe8182e1 /Structures.agda | |
parent | 7fcd0fde85d545abbdae2265e173650c12d9b4c2 (diff) | |
download | bidiragda-25d4df9182c92ef26979566f06c7c9f17746f0fb.tar.gz |
port to agda/2.5.4.1 and agda-stdlib/0.17
Diffstat (limited to 'Structures.agda')
-rw-r--r-- | Structures.agda | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Structures.agda b/Structures.agda index 1a8fd64..fd44534 100644 --- a/Structures.agda +++ b/Structures.agda @@ -2,7 +2,8 @@ module Structures where open import Category.Functor using (RawFunctor ; module RawFunctor) open import Category.Monad using (module RawMonad) -open import Data.Maybe using (Maybe) renaming (monad to MaybeMonad) +open import Data.Maybe using (Maybe) +open import Data.Maybe.Categorical using () renaming (monad to MaybeMonad) open import Data.Nat using (ℕ) open import Data.Vec as V using (Vec) import Data.Vec.Properties as VP |