aboutsummaryrefslogtreecommitdiff
path: root/src/HaskellCodeExplorer/AST/TypecheckedSource.hs
Commit message (Collapse)AuthorAgeFilesLines
* typecheckedsources no more warnings except two holesYuchen Pei2022-06-031-211/+49
|
* typecheckedsources no more errors except holesYuchen Pei2022-06-031-428/+224
|
* fixing typecheckedSourceYuchen Pei2022-06-031-93/+104
|
* Make it compile with GHC-8.8.1 (Stackage nightly-2019-09-28)alexwl2019-09-291-27/+54
|
* Delete trailing whitespace (#42)Avi Dessauer2019-08-211-100/+100
|
* Code cleanup: fix warningsalexwl2019-05-171-3/+12
|
* Add support for GHC 8.6.3alexwl2018-12-231-65/+446
|
* Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.alexwl2018-10-121-7/+72
|
* WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵alexwl2018-10-091-33/+95
| | | | supported yet.
* Initial commitalexwl2018-10-021-0/+1231