Skip to content

Commit

Permalink
Explicitly state that Int is Real and Instant and Duration are Numeri…
Browse files Browse the repository at this point in the history
…c to make masak happy.
  • Loading branch information
colomon committed Nov 18, 2011
1 parent 421501c commit 4fe7d34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions S02-bits.pod
Expand Up @@ -13,8 +13,8 @@ Synopsis 2: Bits and Pieces

Created: 10 Aug 2004

Last Modified: 18 Oct 2011
Version: 241
Last Modified: 18 November 2011
Version: 242

This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
Expand Down Expand Up @@ -1437,7 +1437,7 @@ These types do (at least) the following roles:
===== =====
Str Stringy
Bit Numeric Boolean Integral
Int Numeric Integral
Int Numeric Real Integral
Num Numeric Real
Rat Numeric Real Rational
FatRat Numeric Real Rational
Expand All @@ -1455,8 +1455,8 @@ These types do (at least) the following roles:
Parcel Positional
Capture Positional Associative
Blob Stringy Positional
Instant Real
Duration Real
Instant Numeric Real
Duration Numeric Real
HardRoutine Routine

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

0 comments on commit 4fe7d34

Please sign in to comment.