Skip to content

Commit

Permalink
Added missing exports.
Browse files Browse the repository at this point in the history
Fixed a few SBCL warnings in several notebooks. See issue #123.
  • Loading branch information
gheber committed Apr 23, 2016
1 parent 30ff3bc commit 756f333
Show file tree
Hide file tree
Showing 10 changed files with 376 additions and 2,328 deletions.
8 changes: 0 additions & 8 deletions examples/05_Coalgebras_and_cobars.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,6 @@
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"SIMPLE-STYLE-WARNING: \n",
" #<SB-INT:SIMPLE-STYLE-WARNING \"undefined ~(~A~): ~S\" {100525A223}>\n"
]
},
{
"data": {
"text/plain": [
Expand Down
16 changes: 4 additions & 12 deletions examples/06_Algebras_and_bars.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"SIMPLE-STYLE-WARNING: \n",
" #<SB-INT:SIMPLE-STYLE-WARNING \"undefined ~(~A~): ~S\" {10053B64C3}>\n"
]
},
{
"data": {
"text/plain": [
Expand Down Expand Up @@ -234,7 +226,7 @@
"text": [
"\n",
"The object is a STANDARD-OBJECT of type CAT::ALGEBRA.\n",
"0. CMPR: #<FUNCTION (LAMBDA (GSM1 GSM2) :IN \"/root/cl-jupyter-master/cl-jupyter.lisp\") {10052CC88B}>\n",
"0. CMPR: #<FUNCTION (LAMBDA (GSM1 GSM2) :IN \"/root/cl-jupyter-master/cl-jupyter.lisp\") {100537E00B}>\n",
"1. BASIS: :LOCALLY-EFFECTIVE\n",
"2. BSGN: (0)\n",
"3. DFFR: [K2 Morphism (degree -1): K1 -> K1]\n",
Expand Down Expand Up @@ -533,7 +525,7 @@
{
"data": {
"text/plain": [
"#<CLOSURE (FLET CAT::RSLT :IN BAR-CMPR) {1005BA97FB}>"
"#<CLOSURE (FLET CAT::RSLT :IN BAR-CMPR) {1005C307DB}>"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -628,7 +620,7 @@
{
"data": {
"text/plain": [
"#<FUNCTION (LAMBDA (DEGR) :IN \"/root/cl-jupyter-master/cl-jupyter.lisp\") {1005D6681B}>"
"#<FUNCTION (LAMBDA (DEGR) :IN \"/root/cl-jupyter-master/cl-jupyter.lisp\") {1005DEE0FB}>"
]
},
"execution_count": 16,
Expand Down Expand Up @@ -680,7 +672,7 @@
{
"data": {
"text/plain": [
"#<CLOSURE (FLET CAT::RSLT :IN BAR-BASIS) {1005E2835B}>"
"#<CLOSURE (FLET CAT::RSLT :IN BAR-BASIS) {1005EAF78B}>"
]
},
"execution_count": 18,
Expand Down
306 changes: 149 additions & 157 deletions examples/07_Simplicial_Sets.ipynb

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions examples/08_Simplicial_morphisms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"SIMPLE-STYLE-WARNING: \n",
" #<SB-INT:SIMPLE-STYLE-WARNING \"undefined ~(~A~): ~S\" {10054A0D93}>\n"
]
},
{
"data": {
"text/plain": [
Expand Down Expand Up @@ -192,14 +184,6 @@
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"SIMPLE-STYLE-WARNING: \n",
" #<SB-INT:SIMPLE-STYLE-WARNING \"undefined ~(~A~): ~S\" {100585DE93}>\n"
]
},
{
"data": {
"text/plain": [
Expand Down
Loading

0 comments on commit 756f333

Please sign in to comment.