haskell.tmbundle icon indicating copy to clipboard operation
haskell.tmbundle copied to clipboard

TextMate support for Haskell

Results 3 haskell.tmbundle issues
Sort by recently updated
recently updated
newest added

The following comment can be found in GHC at compiler/GHC/StgToCmm/Expr.hs: ```haskell {- Note [Scrutinising VoidRep] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Suppose we have this STG code: f = \[s : State# RealWorld] -> case...

I've added some basic folding rules derived from the existing indentation patterns. One small issue with this I've noticed is that the "where" in the module declaration is identified for...

Steps to reproduce: 1. Create a new untitled empty document (⌘N) 2. Change language grammer to Haskell (⌃⌥⇧H) 3. Type "do" 4. Press tab key to expand snippet (⇥) 5....