Skip to content

Commit 4fe7d34

Browse files
committed
Explicitly state that Int is Real and Instant and Duration are Numeric to make masak happy.
1 parent 421501c commit 4fe7d34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

S02-bits.pod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Synopsis 2: Bits and Pieces
1313

1414
Created: 10 Aug 2004
1515

16-
Last Modified: 18 Oct 2011
17-
Version: 241
16+
Last Modified: 18 November 2011
17+
Version: 242
1818

1919
This document summarizes Apocalypse 2, which covers small-scale
2020
lexical items and typological issues. (These Synopses also contain
@@ -1437,7 +1437,7 @@ These types do (at least) the following roles:
14371437
===== =====
14381438
Str Stringy
14391439
Bit Numeric Boolean Integral
1440-
Int Numeric Integral
1440+
Int Numeric Real Integral
14411441
Num Numeric Real
14421442
Rat Numeric Real Rational
14431443
FatRat Numeric Real Rational
@@ -1455,8 +1455,8 @@ These types do (at least) the following roles:
14551455
Parcel Positional
14561456
Capture Positional Associative
14571457
Blob Stringy Positional
1458-
Instant Real
1459-
Duration Real
1458+
Instant Numeric Real
1459+
Duration Numeric Real
14601460
HardRoutine Routine
14611461

14621462
[Conjecture: C<Stringy> may best be split into 2 roles where both C<Str>

0 commit comments

Comments
 (0)