Skip to content

A category and functional programing library for Zig language

License

Notifications You must be signed in to change notification settings

flyfish30/zig-cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-cats

A category and functional programing library for Zig: Monoid, Functor, Applicative, Monad, Compose, Product, Coproduct, Generic, etc. The Monoid/Functor/Applicative/Monad has support pure data type.

current supported feature list

  • SemiGroup

  • Monoid

  • Functor

  • Natural Transformation

  • Applicative Functor

  • Monad

  • Compose

  • Product

  • Coproduct

  • Foldable

  • Traversable