|
1 | 1 | # Generated from lib/combinators.ex.exs, do not edit. |
2 | | -# Generated at 2023-12-06 19:12:09Z. |
| 2 | +# Generated at 2025-07-23 13:37:06Z. |
3 | 3 |
|
4 | 4 | defmodule DateTimeParser.Combinators do |
5 | 5 | @moduledoc false |
@@ -55,7 +55,7 @@ defmodule DateTimeParser.Combinators do |
55 | 55 | {:ok, [term], rest, context, line, byte_offset} |
56 | 56 | | {:error, reason, rest, context, line, byte_offset} |
57 | 57 | when line: {pos_integer, byte_offset}, |
58 | | - byte_offset: pos_integer, |
| 58 | + byte_offset: non_neg_integer, |
59 | 59 | rest: binary, |
60 | 60 | reason: String.t(), |
61 | 61 | context: map |
@@ -27083,7 +27083,7 @@ defmodule DateTimeParser.Combinators do |
27083 | 27083 | {:ok, [term], rest, context, line, byte_offset} |
27084 | 27084 | | {:error, reason, rest, context, line, byte_offset} |
27085 | 27085 | when line: {pos_integer, byte_offset}, |
27086 | | - byte_offset: pos_integer, |
| 27086 | + byte_offset: non_neg_integer, |
27087 | 27087 | rest: binary, |
27088 | 27088 | reason: String.t(), |
27089 | 27089 | context: map |
@@ -43924,7 +43924,7 @@ defmodule DateTimeParser.Combinators do |
43924 | 43924 | {:ok, [term], rest, context, line, byte_offset} |
43925 | 43925 | | {:error, reason, rest, context, line, byte_offset} |
43926 | 43926 | when line: {pos_integer, byte_offset}, |
43927 | | - byte_offset: pos_integer, |
| 43927 | + byte_offset: non_neg_integer, |
43928 | 43928 | rest: binary, |
43929 | 43929 | reason: String.t(), |
43930 | 43930 | context: map |
@@ -49955,7 +49955,7 @@ defmodule DateTimeParser.Combinators do |
49955 | 49955 | {:ok, [term], rest, context, line, byte_offset} |
49956 | 49956 | | {:error, reason, rest, context, line, byte_offset} |
49957 | 49957 | when line: {pos_integer, byte_offset}, |
49958 | | - byte_offset: pos_integer, |
| 49958 | + byte_offset: non_neg_integer, |
49959 | 49959 | rest: binary, |
49960 | 49960 | reason: String.t(), |
49961 | 49961 | context: map |
@@ -55364,7 +55364,7 @@ defmodule DateTimeParser.Combinators do |
55364 | 55364 | {:ok, [term], rest, context, line, byte_offset} |
55365 | 55365 | | {:error, reason, rest, context, line, byte_offset} |
55366 | 55366 | when line: {pos_integer, byte_offset}, |
55367 | | - byte_offset: pos_integer, |
| 55367 | + byte_offset: non_neg_integer, |
55368 | 55368 | rest: binary, |
55369 | 55369 | reason: String.t(), |
55370 | 55370 | context: map |
|
0 commit comments