1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
_type: ExprSet
attrs:
  invalidAttrPath:
    _type: ExprLambda
    arg: x
    body:
      _type: ExprSelect
      attrs:
        - a
        - - 97
          - 255
          - 98
        - c
      e:
        _type: ExprVar
        value: x
  invalidInherit:
    _type: ExprLambda
    arg: x
    body:
      _type: ExprWith
      attrs:
        _type: ExprVar
        value: x
      body:
        _type: ExprSet
        binary_inherit:
          inherit:
            - name:
                - 97
                - 255
                - 98
              value:
                _type: ExprVar
                value:
                  - 97
                  - 255
                  - 98
        recursive: false
  invalidInheritFrom:
    _type: ExprLambda
    arg: x
    body:
      _type: ExprSet
      inheritFrom:
        - attrs:
            - - 97
              - 255
              - 98
          from:
            _type: ExprVar
            value: x
      recursive: false
  invalidLet:
    _type: ExprLet
    binary_attrs:
      attrs:
        - name:
            - 97
            - 255
            - 98
          value:
            _type: ExprLiteral
            value: 1
            valueType: Int
    body:
      _type: ExprLiteral
      value: 1
      valueType: Int
  invalidString:
    _type: ExprLiteral
    value:
      - 118
      - 195
      - 164
      - 108
      - 105
      - 100
      - 32
      - 98
      - 105
      - 116
      - 32
      - 255
      - 32
      - 109
      - 111
      - 114
      - 195
      - 169
      - 32
      - 118
      - 195
      - 165
      - 108
      - 105
      - 100
    valueType: String
binary_attrs:
  attrs:
    - name:
        - 105
        - 110
        - 118
        - 97
        - 108
        - 105
        - 100
        - 255
        - 78
        - 97
        - 109
        - 101
      value:
        _type: ExprLiteral
        value: 1
        valueType: Int
recursive: false