Skip to content

Prototyping serialization without typeclasses in the haskell backend#128

Draft
timbod7 wants to merge 1 commit intomasterfrom
feature/hs-reified-json
Draft

Prototyping serialization without typeclasses in the haskell backend#128
timbod7 wants to merge 1 commit intomasterfrom
feature/hs-reified-json

Conversation

@timbod7
Copy link
Collaborator

@timbod7 timbod7 commented Apr 20, 2021

So far I've just hand translated the

https://github.com/timbod7/adl/blob/master/haskell/compiler/tests/demo1/input/picture.adl

and added some support to the adl runtime.

@timbod7
Copy link
Collaborator Author

timbod7 commented Apr 20, 2021

The basic pattern is that functions that previously had signatures like:

fn :: AdlValue a => ....

now become

fn :: JsonBinding a -> ...

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