Remove unused extension

This commit is contained in:
Shane 2020-06-19 00:45:48 +01:00
parent c91e78d08b
commit e442b9781c
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{-# language FlexibleContexts #-}
{-# language TypeApplications #-}
{-# language TypeFamilies #-}
{-# language UndecidableSuperClasses #-}
module Rel8.Lit
( litTable

View File

@ -356,7 +356,7 @@ newtype HIdentity a f = HIdentity { unHIdentity :: Column f a }
deriving ( Generic, HigherKindedTable )
-- | Any 'Expr' can be seen as a 'Table' with only one column.
-- | Any 'Identity' can be seen as a 'Table' with only one column.
instance Table (Identity a) where
type Context (Identity a) = Identity
type Structure (Identity a) = HIdentity a