We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Foreign.Haskell.Maybe
IO
1 parent fa3d902 commit 6823278Copy full SHA for 6823278
src/System/Environment/Primitive.agda
@@ -16,10 +16,10 @@ module System.Environment.Primitive where
16
17
open import IO.Primitive using (IO)
18
open import Data.List.Base using (List)
19
+open import Data.Maybe.Base using (Maybe)
20
open import Data.String.Base using (String)
21
open import Data.Unit using (⊤)
22
-open import Foreign.Haskell.Maybe using (Maybe)
23
open import Foreign.Haskell.Pair using (Pair)
24
25
{-# FOREIGN GHC import qualified System.Environment as SE #-}
0 commit comments