"evalue": "invalid syntax (<ipython-input-1-9354cdf9baf6>, line 1)",
"output_type": "pyerr",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-1-9354cdf9baf6>\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m data Value = X Int\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
"metadata": {},
"output_type": "pyout",
"prompt_number": 1,
"text": [
"X 20\n",
"Y \"Test\"\n",
"Z 0.5\n"
]
},
{
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 1
...
...
@@ -93,20 +99,15 @@
"cell_type": "code",
"collapsed": false,
"input": [
"2+2"
"map "
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 2,
"text": [
"4\n"
]
},
{
"html": [
"<span style='color: red; font-style: italic;'>No instance for (GHC.Show.Show ((a0 -> b0) -> [a0] -> [b0]))<br/> arising from a use of `System.IO.print'<br/>Possible fix:<br/> add an instance declaration for<br/> (GHC.Show.Show ((a0 -> b0) -> [a0] -> [b0]))<br/></span>"