Removing unused private words. See #132.
parent
bbeccadbbe
commit
1fa63f97f0
|
@ -72,9 +72,6 @@ PREDICATE: typed-word < word "typed-word" word-prop >boolean ;
|
|||
|
||||
! typed outputs
|
||||
|
||||
: output-mismatch-quot ( word types -- quot )
|
||||
[ output-mismatch-error ] 2curry ;
|
||||
|
||||
:: typed-outputs ( quot word types -- quot' )
|
||||
[ output-mismatch-error ] word types make-unboxer
|
||||
quot prepose ;
|
||||
|
|
|
@ -25,8 +25,6 @@ SYMBOL: locale ! Just casing locale, or overall?
|
|||
|
||||
: lithuanian? ( -- ? ) locale get "lt" = ;
|
||||
|
||||
: dot-over ( -- ch ) HEX: 307 ;
|
||||
|
||||
: lithuanian>upper ( string -- lower )
|
||||
"i\u000307" "i" replace
|
||||
"j\u000307" "j" replace ;
|
||||
|
|
Loading…
Reference in New Issue