generated from tpl/purs
feat: update to purs 0.14
This commit is contained in:
parent
eab7041bca
commit
f79de31fde
@ -23,7 +23,7 @@ import Data.Array (head)
|
||||
import Data.Bifunctor (lmap)
|
||||
import Data.Either (Either(..), either, hush)
|
||||
import Data.Generic.Rep (class Generic)
|
||||
import Data.Generic.Rep.Show (genericShow)
|
||||
import Data.Show.Generic (genericShow)
|
||||
import Data.Maybe (Maybe(..), maybe)
|
||||
import Data.Newtype (class Newtype)
|
||||
import Data.Nullable (Nullable, toMaybe, toNullable)
|
||||
|
@ -5,7 +5,7 @@ module Data.PostgreSQL.RowList where
|
||||
--
|
||||
-- infixl 10 type RowList.Cons as :
|
||||
--
|
||||
-- type Apply (f :: RowList -> RowList) (a ∷ RowList) = f a
|
||||
-- type Apply (f :: RowList Type -> RowList Type) (a ∷ RowList Type) = f a
|
||||
--
|
||||
-- infixr 0 type Apply as $
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user