PSharp icon indicating copy to clipboard operation
PSharp copied to clipboard

Templated event don't allow where clauses

Open akashlal opened this issue 9 years ago • 0 comments

The following leads to a P# parse error:

event e<T>(f: T) where T: class;

akashlal avatar Jun 18 '16 05:06 akashlal