-
Notifications
You must be signed in to change notification settings - Fork 7
wip typeclasses #29
base: master
Are you sure you want to change the base?
wip typeclasses #29
Conversation
93d0eb8
to
de187cf
Compare
de187cf
to
f28a793
Compare
mid-progress report: So far, constrained types are parsed into
For example, Haskell's
This expression (when parsed) is a The entire Coalton system doesn't yet fully really understand The PR so far doesn't have any mechanism to define new type classes or instances. There's a paltry Since constrained types can only originate from globally defined function names, as long as a constrained type is in the global type database, then the
The H-M implementation is sloppy though; there is no simplification of constraints. For instance,
There's still tons TODO, but I'd say the next thing to do is start compiling nodes and determining how to pass dictionaries around. That in and of itself will generate a ton of work. |
No description provided.