FormationAI / dhall-bhat

Tasty meal of Dhall
66 stars 11 forks source link

Flatten Type Classes #19

Closed FintanH closed 6 years ago

FintanH commented 6 years ago

Fixes #14

Uses //\\ operator to merge the typeclass records and fixes all call sites of the old way of record access e.g. monad.applicative.applicative.ap 🙄 .

Cleaned up some code along the way and heavy use of dhall lint