diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-16 13:16:52 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-16 13:16:52 -0500 |
| commit | 7a67a4ce8c207842d14414ed16587fe05cedafcc (patch) | |
| tree | 5fa559d2b466df14a50f8933c4d53cb0919e403c /fig-utils/src/Fig | |
| parent | d91c6bb446d0284f096cc6cfc9a7f9ac7f8afb1e (diff) | |
Support type variables in typechecker
Diffstat (limited to 'fig-utils/src/Fig')
| -rw-r--r-- | fig-utils/src/Fig/Prelude.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fig-utils/src/Fig/Prelude.hs b/fig-utils/src/Fig/Prelude.hs index 4513b59..85a3ab3 100644 --- a/fig-utils/src/Fig/Prelude.hs +++ b/fig-utils/src/Fig/Prelude.hs @@ -2,6 +2,7 @@ module Fig.Prelude ( quot, mod, rem, quotRem + , module GHC.Generics , module GHC.Num , module GHC.Float @@ -52,6 +53,7 @@ module Fig.Prelude import Prelude (quot, mod, rem, quotRem) +import GHC.Generics (Generic) import GHC.Num (Num(..), Integer) import GHC.Float (Double) |
