Talk:Library/Data encoding
From HaskellWiki
(Difference between revisions)
(Capture of suggestion made on IRC) |
|||
| Line 1: | Line 1: | ||
| - | Saizan (IRC) suggested: “what about using phatom types to annotate the encoding and use a typeclass to unify the interfaces?” | + | Saizan (IRC) suggested: “what about using phatom types to annotate the encoding and use a typeclass to unify the interfaces?” [[User:Magnus.therning|Magnus.therning]] |
| + | :Some discussion has taken place at [http://therning.org/magnus/archives/322]. [[User:Magnus.therning|Magnus.therning]] 11:03, 19 October 2007 (UTC) | ||
| + | |||
| + | apfelmus pointed out that decoding must be allowed to fail (e.g. using <hask>Maybe</hask>). [[User:Magnus.therning|Magnus.therning]] 11:03, 19 October 2007 (UTC) | ||
Revision as of 11:03, 19 October 2007
Saizan (IRC) suggested: “what about using phatom types to annotate the encoding and use a typeclass to unify the interfaces?” Magnus.therning
- Some discussion has taken place at [1]. Magnus.therning 11:03, 19 October 2007 (UTC)
Maybe
