PSharp
PSharp copied to clipboard
Templated event don't allow where clauses
The following leads to a P# parse error:
event e<T>(f: T) where T: class;