Vanessa McHale

Results 42 issues of Vanessa McHale

Example from [my code](https://github.com/vmchale/apple/blob/d84588c0573e6d5de393a41b137a9cb495718ef3/src/E.hs): ```haskell ... sp,mp :: L -> L -> L mp (E d) (E d') = E (d#*d') mp (E d) l = E (d#*dl1 l) mp...

Right now the `.cabal` file has a list of `extra-source-files` that is separated by commas in one place but not another (this causes an error in microhs, viz. ``` mcabal:...