|
| 1 | + Loading file "err015.saw" |
| 2 | + Type errors: |
| 3 | + err015.saw:65:14-65:15: Type mismatch. |
| 4 | + Record field names mismatch. |
| 5 | + err015.saw:18:15-22:2: The type {amethyst : Int, moonstone : Int, obsidian : Int} arises from this type annotation |
| 6 | + err015.saw:55:14-55:74: The type {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} arises from the type of this term |
| 7 | + |
| 8 | + Expected: {amethyst : Int, moonstone : Int, obsidian : Int} |
| 9 | + Found: {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} |
| 10 | + |
| 11 | + within "y" (err015.saw:65:5-65:6) |
| 12 | + |
| 13 | + err015.saw:65:21-65:22: Type mismatch. |
| 14 | + Record field names mismatch. |
| 15 | + err015.saw:25:15-31:2: The type {amethyst : Int, moonstone : Int, obsidian : Int, sapphire : Int, turquoise : Int} arises from this type annotation |
| 16 | + err015.saw:55:14-55:74: The type {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} arises from the type of this term |
| 17 | + |
| 18 | + Expected: {amethyst : Int, moonstone : Int, obsidian : Int, sapphire : Int, turquoise : Int} |
| 19 | + Found: {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} |
| 20 | + |
| 21 | + within "y" (err015.saw:65:5-65:6) |
| 22 | + |
| 23 | + err015.saw:65:28-65:29: Type mismatch. |
| 24 | + Record field names mismatch. |
| 25 | + err015.saw:34:15-39:2: The type {amethyst : Int, moonstone : Int, obsidian : Int, tourmaline : Int} arises from this type annotation |
| 26 | + err015.saw:55:14-55:74: The type {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} arises from the type of this term |
| 27 | + |
| 28 | + Expected: {amethyst : Int, moonstone : Int, obsidian : Int, tourmaline : Int} |
| 29 | + Found: {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} |
| 30 | + |
| 31 | + within "y" (err015.saw:65:5-65:6) |
| 32 | + |
| 33 | + err015.saw:65:35-65:36: Type mismatch. |
| 34 | + Record field names mismatch. |
| 35 | + err015.saw:42:15-45:2: The type {amethyst : Int, obsidian : Int} arises from this type annotation |
| 36 | + err015.saw:55:14-55:74: The type {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} arises from the type of this term |
| 37 | + |
| 38 | + Expected: {amethyst : Int, obsidian : Int} |
| 39 | + Found: {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} |
| 40 | + |
| 41 | + within "y" (err015.saw:65:5-65:6) |
| 42 | + |
| 43 | + err015.saw:65:41-65:42: Type mismatch. |
| 44 | + Record field names mismatch. |
| 45 | + err015.saw:48:14-53:2: The type {anise : Int, cinnamon : Int, sage : Int, tarragon : Int} arises from this type annotation |
| 46 | + err015.saw:55:14-55:74: The type {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} arises from the type of this term |
| 47 | + |
| 48 | + Expected: {anise : Int, cinnamon : Int, sage : Int, tarragon : Int} |
| 49 | + Found: {amethyst : Int, moonstone : Int, obsidian : Int, turquoise : Int} |
| 50 | + |
| 51 | + within "y" (err015.saw:65:5-65:6) |
| 52 | + |
| 53 | + |
| 54 | +FAILED |
0 commit comments