andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

Type Parameter Bounds #437

Open andrew-johnson-4 opened 1 month ago

andrew-johnson-4 commented 1 month ago

Something like

type A<b:B,c:C+D> ...;