Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@734 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Dec 12, 2009
1 parent 877264e commit b9ce829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions topics/exercises/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ b2 - parsing B in Haskell
b3 - folding over expressions for B in Haskell
nb1 - abstract syntax for NB in Prolog
nb2 - semantics and types for NB in Prolog
nb3 - parsing NB in Haskell
nb4 - folding over expressions for NB in Haskell
nb3 - parsing and folding NB in Haskell

lambda1 - lambda calculus abstract and concrete syntax in Prolog
lambda2 - lambda caclulus with Church numbers
Expand Down
8 changes: 8 additions & 0 deletions topics/exercises/while8/Test.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module Main where

import Syntax
import Execution

main =
do
print $ exec myWhile []

0 comments on commit b9ce829

Please sign in to comment.