diff --git a/notebooks/IHaskell.ipynb b/notebooks/IHaskell.ipynb
index 44b45ae4..0e3f35aa 100644
--- a/notebooks/IHaskell.ipynb
+++ b/notebooks/IHaskell.ipynb
@@ -183,99 +183,12 @@
"metadata": {},
"outputs": [
{
- "data": {
- "text/html": [
- "<interactive>:1:1: error:
• ‘Thing’ has no constructors (EmptyDataDecls permits this)
• In the data declaration for ‘Thing’"
- ],
- "text/plain": [
- ":1:1: error:\n",
- " • ‘Thing’ has no constructors (EmptyDataDecls permits this)\n",
- " • In the data declaration for ‘Thing’"
- ]
- },
- "metadata": {},
- "output_type": "display_data"
+ "ename": "",
+ "evalue": "",
+ "output_type": "error",
+ "traceback": [
+ ":1:1: error:\n • ‘Thing’ has no constructors (EmptyDataDecls permits this)\n • In the data declaration for ‘Thing’"
+ ]
}
],
"source": [
@@ -3275,97 +3188,12 @@
"metadata": {},
"outputs": [
{
- "data": {
- "text/html": [
- "<interactive>:1:1: error: Variable not in scope: f :: Integer -> t"
- ],
- "text/plain": [
- ":1:1: error: Variable not in scope: f :: Integer -> t"
- ]
- },
- "metadata": {},
- "output_type": "display_data"
+ "ename": "",
+ "evalue": "",
+ "output_type": "error",
+ "traceback": [
+ ":1:1: error: Variable not in scope: f :: Integer -> t"
+ ]
}
],
"source": [