sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Allow intersection type in given clauses #92

Open sergiotaborda opened 1 year ago

sergiotaborda commented 1 year ago

Allow intersection types. Example

send<T>(message: T) given T is Serializable & Immutable