Ticket #33 (closed defect: fixed)
Check for conflicting projection functions.
| Reported by: | benl | Owned by: | erikd |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.1.4 |
| Component: | Build System | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
In this program, the custom "name" field conflicts with the default one from the type definition.
data Fish %r1
= Fish {
name :: String %r1;
age :: Int %r1
};
project Fish where
name = "fred"
Change History
Note: See
TracTickets for help on using
tickets.
