Skip to content

Commit

Permalink
Merge pull request #7 from jrincayc/fix_6
Browse files Browse the repository at this point in the history
Fix Issue 6
  • Loading branch information
jrincayc authored Aug 7, 2022
2 parents f7ecfb5 + 3a6bd44 commit 2283b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion first.tex
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ \subsection*{Acknowledgments}

The subset of Scheme in
{\em The Little Schemer}~\cite{LittleSchemer} provided inspiration for
Pico Scheme. We would like to thank Masanori Ogino for help with the Pico Scheme Report.
Pico Scheme. We would like to thank Masanori Ogino and Wolfgang Corcoran-Mathe
for help with the Pico Scheme Report.


\todo{expand the summary so that it fills up the column.}
Expand Down
4 changes: 2 additions & 2 deletions sem.tex
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ \subsection{Semantic functions}
\begin{semfun}
\Esem\sembrack{\hbox{\texttt{(lambda (\arbno{\I}) \arbno{\D} $\E_0$)}}} =$\\
\go{1}\=$\lambda\rho\:.\:(\lambda\arbno{\epsilon}\:.\:\#\arbno{\epsilon} = \#{\arbno{\I}}\rightarrow$\\
\>\go{1}$(\Esem\sembrack{E_0})((tiedecs\:\Esem\sembrack{\arbno{\D}})(extends\:\rho\:\arbno{\I}\:\arbno{\epsilon})),$\\
\>\go{1}$(\Esem\sembrack{E_0})((tiedecs\:(extends\:\rho\:\arbno{\I}\:\arbno{\epsilon})\:\Dsem\sembrack{\arbno{\D}})),$\\
\>\go{1}$ \wrong{wrong number of arguments})
\end{semfun}
\begin{semfun}
\Esem\sembrack{\hbox{\texttt{(lambda \I \: \arbno{\D} $\E_0$)}}} =$\\
\go{1}\=$\lambda\rho\:.\:(\lambda\arbno{\epsilon}\:.\:(\Esem\sembrack{E_0})((\fun{tiedecs}\:\Esem\sembrack{\arbno{\D}})(\rho[\langle\arbno{\epsilon}\rangle/\I])))
\go{1}\=$\lambda\rho\:.\:(\lambda\arbno{\epsilon}\:.\:(\Esem\sembrack{E_0})((\fun{tiedecs}\:(\rho[\langle\arbno{\epsilon}\rangle/\I])\:\Dsem\sembrack{\arbno{\D}})))
\end{semfun}
\begin{semfun}
Expand Down

0 comments on commit 2283b93

Please sign in to comment.