This directory contains the beginnings of a coqified version of GHC's core language.
This directory depends on ghc's base
and containers
libraries. Before
compiling here make sure those libraries have already been compiled.
- make -C ../../base
- make -C ../containers
ghc
: A pristine check-out of GHCgen-files
: Additionaly artifacts that are produced when building GHC, included here for convenience.lib
: Output of compilationMakefile
: Lists the files injected from GHC and also the hand-written Coq (e.g. proofs) files you includeedits
: Top level edit filemodule-edits/*
: Per-module edits,preamble.v
andmidamble.v
manual
: Hand generated versions of some modules