basetunnel
basetunnel
When running cabal-dev ghci on a cabal library project that has no source code (or does not export any modules) the following error message appears: ``` $cabal-dev ghci FAILED: Failed...
This PR adds dumping of all intermediate PIR ASTs (the "compilation trace"), in a format that can be handled on the Coq side for the certifier. It adds the types...
Since `master` was renamed to `main`, many links broke on the website, for example to the user guide. It is fixed in the README of the repo, and it seems...
This is the same fix as in https://github.com/QuickChick/QuickChick/pull/314 but applied on `master` (and I squashed the two commits that introduced changes). Please see that PR for more details.
I tried to install with the instructions, but got the following error using stack 2.9.1: ``` jacco@betal082367:~/sources/hs-to-coq$ stack clean jacco@betal082367:~/sources/hs-to-coq$ stack build ghc: panic! (the 'impossible' happened) (GHC version 8.4.3...
This code compiles: ```haskell {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE...
Context --- For my certifier in Coq, I need to get my hands on all intermediate PIR ASTs. I've added a plugin flag `dump-cert-trace`, that dumps all PIR ASTs to...