summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt
blob: 77fed3908ad8538846b75da38159b153e831e296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Type error: Unhandled error: MergeHandlerTypeMismatch: Value@WHNF {
    value: AppliedBuiltin(
        Natural,
        [],
        [],
        NzEnv {
            items: [],
        },
    ),
    type: Type,
} != Value@WHNF {
    value: AppliedBuiltin(
        Bool,
        [],
        [],
        NzEnv {
            items: [],
        },
    ),
    type: Type,
}