Skip to content

Warbo/ghc-base-asts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dump out ASTs from the Haskell 'base' package. This is slightly tricky, since
the base package is used by GHC, so it can't be built using cabal like normal,
non-"bootstrap" packages, which means we can't just use AstPlugin.