t
[clean-tests.git] / test.icl
index dddfbe1..6df4935 100644 (file)
--- a/test.icl
+++ b/test.icl
@@ -1,20 +1,5 @@
 module test
+class C m :: u:m -> v:m
 
-import StdEnv
-
-import graph_copy_with_names, symbols_in_program
-import System.CommandLine
-
-test :: !{#Symbol} a -> a
-test symbols a
-       # (a, b, c) = copy_to_string_with_names a
-       # (a, r) = copy_from_string_with_names a b c symbols
-       = a
-
-polyid :: (A.a: a -> a) -> (Int, Bool)
-polyid f = (f 42, f True)
-
-Start w
-       # ([argv0:_], w) = getCommandLine w
-       # (symbols, w) = accFiles (read_symbols argv0) w
-       = test symbols (polyid id)
+//Start :: *World -> *(State () *World)
+Start = 42