This commit is contained in:
crumbtoo
2024-03-07 10:20:42 -07:00
parent f6035b8a6a
commit 215feb433b
3 changed files with 65 additions and 7 deletions

View File

@@ -7,6 +7,8 @@ module Rlp.AltSyntax
, DataCon(..), Type(..)
, pattern IntT
, TypeF(..)
, Core.Name, PsName
, pattern (Core.:->)
@@ -29,6 +31,7 @@ import Data.Hashable.Lifted
import GHC.Exts (IsString)
import Control.Lens
import Data.Functor.Foldable.TH
import Text.Show.Deriving
import Data.Eq.Deriving
import Data.Text qualified as T
@@ -212,3 +215,5 @@ instance (Hashable b) => Hashable1 (Alter b)
instance (Hashable b) => Hashable1 (Binding b)
instance (Hashable b) => Hashable1 (ExprF b)
makeBaseFunctor ''Type