A Racket #%app
macro that changes (a .. b .. c)
into (lambda (v) (a (b (c v))))
for easier function composition. Integrates with fancy-app
to change (a .. map b _ .. c)
into (a .. (lambda (v) (map b v) .. c)
. See the documentation for details.
-
Notifications
You must be signed in to change notification settings - Fork 2
Racket syntax for Haskell-style function composition
License
jackfirth/compose-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Racket syntax for Haskell-style function composition
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published