Skip to content

a c++ functional programming library with a Haskell style

Notifications You must be signed in to change notification settings

yunsguo/Prelude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional

a c++ functional programming library with a Haskell style

  • Emulate FP in c++ using template meta programming and customized container templates
  • Include several Haskell typeclass definition and implenmentation
  • Support monadic operation by partial appling function
  • Include a port of Hutton's parsing library and library itself