math: fix some semis

locals-and-roots
Doug Coleman 2016-06-24 10:00:04 -07:00
parent c730d435e2
commit 9c7c57d395
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ CONSTANT: simd-classes
ulonglong-2
float-4
double-2
}
} ;
SYMBOLS: -> +vector+ +any-vector+ +scalar+ +boolean+ +nonnegative+ +literal+ ;
@ -115,7 +115,7 @@ CONSTANT: vector-words
{ v> { +vector+ +vector+ -> +vector+ } }
{ v>= { +vector+ +vector+ -> +vector+ } }
{ vunordered? { +vector+ +vector+ -> +vector+ } }
}
} ;
: vector-word-inputs ( schema -- seq ) { -> } split first ;