Sintrastes / hafly

Dynamic embeddable scripting language in Haskell.
https://sintrastes.github.io/hafly
GNU Affero General Public License v3.0
3 stars 0 forks source link

(.) application has issues with higher-order functions #38

Closed Sintrastes closed 1 year ago

Sintrastes commented 1 year ago

e.x. [1, 2, 3].map \x -> x + 2

The reason for this is likely that . is not defined to use flexible application.