This commit is contained in:
2026-07-22 23:48:02 -06:00
parent 81a136fcf2
commit 1c7322614c
2 changed files with 54 additions and 25 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ import Language.Haskell.TH.Quote (QuasiQuoter)
newtype Name = MkName { inner :: Text }
deriving newtype (Show, Eq, IsString, Gen, Hashable)
deriving newtype (Show, Eq, Ord, IsString, Gen, Hashable)
deriving stock (Generic, Data)
getName :: Name -> Text