"<span style='color: red; font-style: italic;'>Not in scope: `<*>'<br/>Perhaps you meant `<$>' (imported from Control.Applicative)<br/></span>"
"<span style='color: red; font-style: italic;'>Failed to load interface for `Control.Appldaicative'<br/>Perhaps you meant Control.Applicative (from base)<br/></span>"
],
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 6
"prompt_number": 2
},
{
"cell_type": "code",
...
...
@@ -78,7 +78,7 @@
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 1,
"prompt_number": 3,
"text": [
"1\n",
"4\n",
...
...
@@ -92,7 +92,7 @@
"output_type": "display_data"
}
],
"prompt_number": 1
"prompt_number": 3
},
{
"cell_type": "code",
...
...
@@ -106,13 +106,13 @@
"outputs": [
{
"html": [
"<span style='color: red; font-style: italic;'>Failed to load interface for `Alksjdfljksd'<br/>Use -v to see a list of the files searched for.<br/></span>"
"<span style='color: red; font-style: italic;'>Failed to load interface for `Lkjadflkjad'<br/></span>"
],
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 7
"prompt_number": 4
},
{
"cell_type": "code",
...
...
@@ -126,18 +126,108 @@
"outputs": [
{
"html": [
"<span style='color: red; font-style: italic;'>Not in scope: `adsf'<br/></span>"
"<span style='color: red; font-style: italic;'>Not in scope: `abc'<br/>Perhaps you meant `abs' (imported from Prelude)<br/></span>"
],
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 5
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"doubleIt :: Int -> String\n",
"doubleIt = show"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 3
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"f 3 = 2 "
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 4
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"a :: Int\n",
"a = 3"
],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 5
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"f 1"
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<span style='color: red; font-style: italic;'><interactive>:1:1-7: Non-exhaustive patterns in function f<br/></span>"
],
"metadata": {},
"output_type": "display_data"
}
],
"prompt_number": 9
"prompt_number": 6
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"doubleIt \"hello\""
],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<span style='color: red; font-style: italic;'>Couldn't match expected type `Int'<br/> with actual type `[Char]'<br/></span>"