FlatLang / Flat

(Deprecated) Soon-to-be legacy Flat compiler all in one
6 stars 0 forks source link

Invalid generic parameter compiled #362

Open BSteffaniak opened 7 years ago

BSteffaniak commented 7 years ago

e.g. in List.nova0

public filter(filterFunc(Type, Int, List<E>) -> Bool) -> List<Type>

Where E was not a generic parameter.