Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Aug 1, 2024
1 parent 387d97c commit 1cdfcdd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `at`
invalid array indexing
┌─ <stdlib/std.ncl>:166:9
┌─ <stdlib/std.ncl>:169:9
166| std.contract.unstable.IndexedArrayFun 'Index
169| std.contract.unstable.IndexedArrayFun 'Index
-------------------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_at_empty_array.ncl:3:16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `at`
invalid array indexing
┌─ <stdlib/std.ncl>:166:9
┌─ <stdlib/std.ncl>:169:9
166| std.contract.unstable.IndexedArrayFun 'Index
169| std.contract.unstable.IndexedArrayFun 'Index
-------------------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_at_out_of_bound.ncl:3:16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `range`
invalid range
┌─ <stdlib/std.ncl>:757:9
┌─ <stdlib/std.ncl>:795:9
757| std.contract.unstable.RangeFun Dyn
795| std.contract.unstable.RangeFun Dyn
---------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_range_reversed_indices.ncl:3:19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `range_step`
invalid range step
┌─ <stdlib/std.ncl>:732:9
┌─ <stdlib/std.ncl>:770:9
732| std.contract.unstable.RangeFun (std.contract.unstable.RangeStep -> Dyn)
770| std.contract.unstable.RangeFun (std.contract.unstable.RangeStep -> Dyn)
----------------------------------------------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_range_step_negative_step.ncl:3:27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `map`
expected an array
┌─ <stdlib/std.ncl>:150:33
┌─ <stdlib/std.ncl>:153:33
150 │ : forall a b. (a -> b) -> Array a -> Array b
153 │ : forall a b. (a -> b) -> Array a -> Array b
------- expected type of the argument provided by the caller
┌─ [INPUTS_PATH]/errors/caller_contract_violation.ncl:3:31
Expand Down

0 comments on commit 1cdfcdd

Please sign in to comment.