aboutsummaryrefslogtreecommitdiff
path: root/src/HaskellCodeExplorer/Types.hs
Commit message (Collapse)AuthorAgeFilesLines
* porting to ghc9.2.2: fixing types.hsYuchen Pei2022-05-161-5/+9
|
* Delete trailing whitespace (#42)Avi Dessauer2019-08-211-20/+20
|
* Replace Vector.fromList with Vector.fromListNalexwl2018-12-131-1/+1
| | | | Vector.fromListN allocates less memory and allows to remove the call to Vector.force before compaction ('compact $ Vector.fromList [1,2,3]' crashes, 'compact $ Vector.fromListN 3 [1,2,3]' doesn't crash)
* Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.alexwl2018-10-121-1/+19
|
* Initial commitalexwl2018-10-021-0/+880