ohua-dev / ohua-core

Core Haskell library for the compiler
https://ohua-dev.github.io
Eclipse Public License 1.0
5 stars 0 forks source link

[Feature] Higher Order Functions via type classes #2

Closed JustusAdam closed 6 years ago

JustusAdam commented 6 years ago

Higher order functions, or rather the lowering from ALang to DFLang should be implemented with a typeclass that ensures that they are correctly handled. Including scoping of free variables and functions without arguments.