-
CJ East authored
issue: https://github.com/gibiansky/IHaskell/issues/236 To verify functionality, paste the following into a code block in IHaskell. ``` :ext TemplateHaskell import Language.Haskell.TH import Control.Lens data Foo a = Foo { _bar :: Int, _baz :: Int, _quux :: a } makeLenses ''Foo :ty baz ```
40cb20de
Name |
Last commit
|
Last update |
---|---|---|
demo | ||
ghc-parser | ||
ihaskell-display | ||
images | ||
installation | ||
ipython-kernel | ||
notebooks | ||
profile | ||
src | ||
.ghci | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
build.sh | ||
ihaskell.cabal |