We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48f0fa6 + c8adc96 commit fa7519fCopy full SHA for fa7519f
lib/aiken/interval.ak
@@ -22,7 +22,7 @@
22
///
23
/// ```aiken
24
/// // [1; 10]
25
-/// let i0: Interval<PosixTime> = Interval
+/// let i0: Interval<Int> = Interval
26
/// { lower_bound:
27
/// IntervalBound { bound_type: Finite(1), is_inclusive: True }
28
/// , upper_bound:
@@ -32,7 +32,7 @@
32
33
34
/// // (20; infinity)
35
-/// let i1: Interval<PosixTime> = Interval
+/// let i1: Interval<Int> = Interval
36
37
/// IntervalBound { bound_type: Finite(20), is_inclusive: False }
38
0 commit comments