Opened 6 years ago

Closed 6 years ago

#60 closed defect (fixed)

typo in generic type constraint crashes the compiler

Reported by: Thierry Delisle Owned by: Rob Schluntz <rschlunt@…>
Priority: minor Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

The typo in the constraint crashes the compiler:

forall(dtype T | sized(t))
struct array{};

Change History (1)

comment:1 Changed 6 years ago by Rob Schluntz <rschlunt@…>

Owner: set to Rob Schluntz <rschlunt@…>
Resolution: fixed
Status: newclosed

In 5c4d27f:

Add error check for unimplemented expression parameters for trait types [fixes #60]

Note: See TracTickets for help on using tickets.