Skip to content

jackfirth/compose-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose-app Build Status codecov

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.

About

Racket syntax for Haskell-style function composition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages