You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide on how to serialise Haskell values to disk. Ideally we would
want to project data types to their fields. Explore if Lenses give a
clean option here. I expect the following steps:
A type class to capture types that can be serialised
Auto deriving instances for instances of Typeable class
The text was updated successfully, but these errors were encountered:
Decide on how to serialise Haskell values to disk. Ideally we would
want to project data types to their fields. Explore if Lenses give a
clean option here. I expect the following steps:
Typeable
classThe text was updated successfully, but these errors were encountered: