From 2338938abeb3f7a559d8382181c8ff09e130c4bf Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Wed, 2 Sep 2009 12:21:58 -0500 Subject: [PATCH] vocab metadata for typed --- extra/typed/authors.txt | 1 + extra/typed/summary.txt | 1 + extra/typed/typed.factor | 1 + 3 files changed, 3 insertions(+) create mode 100644 extra/typed/authors.txt create mode 100644 extra/typed/summary.txt diff --git a/extra/typed/authors.txt b/extra/typed/authors.txt new file mode 100644 index 0000000000..f13c9c1e77 --- /dev/null +++ b/extra/typed/authors.txt @@ -0,0 +1 @@ +Joe Groff diff --git a/extra/typed/summary.txt b/extra/typed/summary.txt new file mode 100644 index 0000000000..43eb90a11d --- /dev/null +++ b/extra/typed/summary.txt @@ -0,0 +1 @@ +Strongly-typed word definitions diff --git a/extra/typed/typed.factor b/extra/typed/typed.factor index f0a7946c79..b7feed874b 100644 --- a/extra/typed/typed.factor +++ b/extra/typed/typed.factor @@ -1,3 +1,4 @@ +! (c)Joe Groff bsd license USING: accessors combinators definitions effects fry hints kernel kernel.private parser sequences words ; IN: typed