Skip to content

Commit 441f2e3

Browse files
this field wont be revived now
1 parent 7fe2c37 commit 441f2e3

File tree

1 file changed

+0
-1
lines changed
  • liquidhaskell-boot/src/Language/Haskell/Liquid/Types

1 file changed

+0
-1
lines changed

liquidhaskell-boot/src/Language/Haskell/Liquid/Types/Types.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ data RTAlias x a = RTA
375375
, rtTArgs :: [x] -- ^ type parameters
376376
, rtVArgs :: [Symbol] -- ^ value parameters
377377
, rtBody :: a -- ^ what the alias expands to
378-
-- , rtMod :: !ModName -- ^ module where alias was defined
379378
} deriving (Eq, Data, Generic, Functor, Foldable, Traversable)
380379
deriving Hashable via Generically (RTAlias x a)
381380
deriving B.Binary via Generically (RTAlias x a)

0 commit comments

Comments
 (0)