Skip to content

Add supported for polymorphic nested Rel8ables#215

Merged
shane-circuithub merged 1 commit intomasterfrom
polymorphic-nested-rel8able
Nov 8, 2022
Merged

Add supported for polymorphic nested Rel8ables#215
shane-circuithub merged 1 commit intomasterfrom
polymorphic-nested-rel8able

Conversation

@shane-circuithub
Copy link
Copy Markdown
Contributor

data Nest t u f = Nest
  { foo :: t f
  , bar :: u f
  }
  deriving (Generic, Rel8able)
``

```haskell
data Nest t u f = Nest
  { foo :: t f
  , bar :: u f
  }
  deriving (Generic, Rel8able)
``
@shane-circuithub shane-circuithub merged commit ed4b5bb into master Nov 8, 2022
@shane-circuithub shane-circuithub deleted the polymorphic-nested-rel8able branch November 8, 2022 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant