hyper-haskell-server v0.2.3.0 Release Notes
Release Date: 2020-11-13 // over 2 years ago-
๐ This is another release of HyperHaskell โ the strongly hyped Haskell interpreter.
Major changes:
- โ Add
:type
command for querying type signatures. - โ Add
addFinalizerSession
function that allows running an IO action when the worksheet is reloaded. - Compatibility with GHC 8.8
Hype level ฮฑ
- โ Add
Previous changes from v0.2.1.0
-
๐ This is the second release of HyperHaskell โ the strongly hyped Haskell interpreter.
๐ Binaries of the graphical front-end are provided for macOS and Windows.
๐ Changes:
โ Add support for binding variables. Both
let
statements and generator statements (<-
) are supported, e.g.let answer x = return 43 xs <- mapM answer [1..10] map show xs
โ Add support for language extensions. They can now be specified in the import section of the worksheet.
โ Add support for text cells. They contain explanatory text and accompany the code cells.
Hype level ฮฑ