Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 320 Bytes

ttfi

Typed tagless final interpreters

Haskell source code from http://okmij.org/ftp/tagless-final/course/

The (incomplete) Scala code pretty much mirrors the Haskell

  • the main functions have been implemented as executable objects, e.g. Intro1Main, PushNegFMain.
  • ttfi.modules is an ordered list of modules.