diff options
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r-- | src/interp/compiler.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot index 71b679bc..b125c48b 100644 --- a/src/interp/compiler.boot +++ b/src/interp/compiler.boot @@ -438,7 +438,7 @@ primitiveType x == x = 0 => $NonNegativeInteger x > 0 => $PositiveInteger $Integer - FLOATP x => $DoubleFloat + float? x => $DoubleFloat nil compSymbol(s,m,e) == |