- 11 Jan, 2015 2 commits
-
-
Andrew Gibiansky authored
Add automation for easily defining kernels
-
Andrew Gibiansky authored
-
- 10 Jan, 2015 1 commit
-
-
David Raymond Christiansen authored
-
- 09 Jan, 2015 1 commit
-
-
David Raymond Christiansen authored
The module IHaskell.IPython.EasyKernel provides automation for writing simple IPython kernels. In particular, it provides a record type that defines configurations and a function that interprets a configuration as an action in some monad that can do IO. The configuration consists primarily of functions that implement the various features of a kernel, such as running code, looking up documentation, and performing completion. An example for a simple language that nevertheless has side effects, global state, and timing effects is included in the examples directory in a file called Calc.hs. Presently, there is no automation for creating the profile in the .ipython directory. One should follow the IPython instructions for this.
-
- 08 Jan, 2015 1 commit
-
-
Andrew Gibiansky authored
Add IHaskell.Display.IHaskellDisplay instance for DecsQ
-
- 07 Jan, 2015 3 commits
-
-
CJ East authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
Permit use of inline template haskell
-
- 06 Jan, 2015 2 commits
-
-
CJ East authored
-
CJ East authored
See comments at https://github.com/gibiansky/IHaskell/pull/330
-
- 05 Jan, 2015 1 commit
-
-
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 ```
-
- 03 Jan, 2015 3 commits
-
-
Andrew Gibiansky authored
fix test
-
Yuriy Syrovetskiy authored
-
Yuriy Syrovetskiy authored
-
- 02 Jan, 2015 3 commits
-
-
Andrew Gibiansky authored
Updating Docker Documentation
-
Matthew Wampler-Doty authored
-
Andrew Gibiansky authored
-
- 29 Dec, 2014 1 commit
-
-
Andrew Gibiansky authored
-
- 26 Dec, 2014 7 commits
-
-
Andrew Gibiansky authored
homebrew haskell platform deprecated
-
Matthias Bussonnier authored
Brew says: ``` $ brew install haskell-platform Error: No available formula for haskell-platform We no longer package haskell-platform. Consider installing ghc and cabal-install instead: brew install ghc cabal-install A binary installer is available: https://www.haskell.org/platform/mac.html ```
-
Andrew Gibiansky authored
Implement pragma handling
-
Razzi Abuissa authored
-
-
Razzi Abuissa authored
-
Razzi Abuissa authored
-
- 25 Dec, 2014 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 16 Dec, 2014 3 commits
-
-
Andrew Gibiansky authored
Add missing dependency
-
Miëtek Bak authored
-
Razzi Abuissa authored
-
- 08 Dec, 2014 1 commit
-
-
Andrew Gibiansky authored
-
- 06 Dec, 2014 1 commit
-
-
Andrew Gibiansky authored
-
- 28 Nov, 2014 1 commit
-
-
Andrew Gibiansky authored
-
- 24 Nov, 2014 1 commit
-
-
Andrew Gibiansky authored
-
- 23 Nov, 2014 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 22 Nov, 2014 2 commits
-
-
Andrew Gibiansky authored
Various upper bound bumps
-
Ben Gamari authored
-
- 27 Oct, 2014 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-