db.types: simplify filter-ignores.

windows-high-dpi
John Benediktsson 2018-02-14 09:19:21 -08:00
parent 08b55b6a62
commit 355bd0be77
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ SYMBOLS: +autoincrement+ +serial+ +unique+ +default+ +null+ +not-null+
SYMBOL: IGNORE
: filter-ignores ( tuple specs -- specs' )
[ <mirror> [ nip IGNORE = ] assoc-filter keys ] dip
[ slot-name>> swap member? ] with reject ;
[ <mirror> ] dip [ slot-name>> of IGNORE = ] with reject ;
ERROR: not-persistent class ;