- 01 Sep, 2018 1 commit
-
-
Erik de Castro Lopo authored
Fixing these warnings required changes to the file names of the `MessageHeader` struct which makes this commit an API change. The version in the cabal file has been bumped accordingly.
-
- 18 Jul, 2018 1 commit
-
-
MMesch authored
-
- 14 Jul, 2018 3 commits
- 10 Oct, 2016 3 commits
-
-
Vaibhav Sagar authored
-
Libby Horacek authored
It's a bit closer to a dictionary.
-
Libby Horacek authored
-
- 16 Jun, 2016 2 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
- 06 Sep, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 31 Aug, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 26 Aug, 2015 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 11 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
- Return of the newlines: Add all newlines once again - Provide better comments - Remove `sender` - Consistently use set and get prefixed functions
-
- 10 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 13 May, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 14 Apr, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 13 Apr, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 21 Mar, 2015 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 17 Mar, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 16 Mar, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 03 Mar, 2015 1 commit
-
-
Andrew Gibiansky authored
-
- 13 Jan, 2015 1 commit
-
-
David Raymond Christiansen authored
Now, EasyKernel supports installing a .tar file containing it's ipython profile, which includes information about how to launch the executable.
-
- 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.
-