Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
this makes the type of the empty vector consistent with the
runtime behavior and prevents weirdly typed expressions such as
(vector (() Int)) : (Vector (Int ...)).
removed an unused import in case.rs and changed a unused pattern
variable to an underscore in conversion.rs.
|
|
now it's stricter than before
|
|
pattern substitutions
|
|
* implemented conversion of arrow types
* fixed (Int Bool) into (T T) succeeding
* now vectors have to be of one type only even if generic
* maybe something else too
|
|
|
|
into_type (it didn't handle lists recursively)
|
|
|
|
|
|
|
|
|
|
|