More tests.

svn: r9664
This commit is contained in:
Sam Tobin-Hochstadt 2008-05-05 21:20:02 +00:00
parent c60da73947
commit 914de50133
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
mred -e '(begin (require "main.ss") (go))'

View File

@ -0,0 +1,7 @@
#lang typed-scheme
(require scheme/match)
(match 1
[2 3]
[x 4])

View File

@ -0,0 +1,5 @@
#lang typed-scheme
(require string-constants/string-constant)
(string-constant cancel)