summaryrefslogtreecommitdiff
path: root/testsuite/runtime/parser/Literals.gf
blob: a32940e7951722f89b189ddca1e12116b909a7f4 (plain)
1
2
3
4
5
6
7
8
abstract Literals = {
  cat S ;
  
  fun IsString  : String -> S ;
      IsInteger : Int    -> S ;
      IsFloat   : Float  -> S ;

}