t
[clean-tests.git] / shallow.icl
1 module shallow
2
3 import StdEnv
4
5 :: DSL = DSL a
6
7 lit :: a -> DSL a
8 lit a = ...