diff --git a/functions.rkt b/functions.rkt new file mode 100644 index 0000000..1ce9c0c --- /dev/null +++ b/functions.rkt @@ -0,0 +1,8 @@ +#lang racket + +;;; dds/functions + +;;; This modules provides some definitions for working with functions: +;;; tabulating, (re)constructing from tables, generating random +;;; functions, etc. Some definitions of particular kinds of functions +;;; are also provided (threshold Boolean functions, etc.).