feat: update to purs 0.14

This commit is contained in:
Serhii Khoma 2021-02-09 22:23:17 +02:00
parent eab7041bca
commit f79de31fde
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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 $
--