------------------------------------------------------------------------ -- The Agda standard library -- -- Type(s) used (only) when calling out to Haskell via the FFI ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible #-} module Foreign.Haskell where open import Level using (Level; _⊔_) ------------------------------------------------------------------------ -- Pairs open import Foreign.Haskell.Pair public renaming ( toForeign to toForeignPair ; fromForeign to fromForeignPair ) ------------------------------------------------------------------------ -- Sums open import Foreign.Haskell.Either public renaming ( toForeign to toForeignEither ; fromForeign to fromForeignEither )
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4