sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Allow generic constraints #62

Closed sergiotaborda closed 1 year ago

sergiotaborda commented 4 years ago

allow generic constraint like

min<T>( a:T , b: T) given T is Comparable<T>

one given clause for each generic parameter is allowed.