]> gitweb.factorcode.org Git - factor.git/commit
classes: adding a check-instance for checking type of things.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Jan 2020 18:29:06 +0000 (10:29 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Jan 2020 18:29:06 +0000 (10:29 -0800)
commitcd75a7eb4e87ca4f899db12b8f59e605a38748cc
treec474a0d0186e48f378f4d0db3dd963370abfb537
parentb3582dd323e5db3cd19efaae3a071578086d244b
classes: adding a check-instance for checking type of things.

This will replace a bunch of not-a-thingy errors that we have in a few
places.  Those should probably go away anyway, in favor of better type
propagation or runtime JIT compilation.
core/classes/classes-tests.factor
core/classes/classes.factor