Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: emhugs

node v8.17.0
version: 1.0.0
endpointsharetweet
var emhugs = require("emhugs"); var t=new emhugs(); t.init(); // Write haskell code. t.run('map (*2) [0..7]');
Created from: https://npm.runkit.com/emhugs
Loading…

no comments

    sign in to comment