Raw File
Int00.hs
int :: { v : Int  | v == 12 }
int = 12
back to top