aboutsummaryrefslogtreecommitdiff
path: root/src/HaskellCodeExplorer/AST/TypecheckedSource.hs
Commit message (Expand)AuthorAgeFilesLines
* clean up typecheckedsourceYuchen Pei2022-06-101-37/+17
* removed some redundant pattern matchingsYuchen Pei2022-06-101-4/+0
* Fixing some typechecked "holes"Yuchen Pei2022-06-101-6/+98
* removed all CPP macros, and formatted code with brittanyYuchen Pei2022-06-081-779/+640
* Clean up codeYuchen Pei2022-06-081-129/+32
* fixing HsPragE hole in typecheckedsourceYuchen Pei2022-06-081-9/+5
* 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 supp...alexwl2018-10-091-33/+95
* Initial commitalexwl2018-10-021-0/+1231