From 1b65cd7624bd354c6406c757b140c25e778ac3dc Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 28 May 2020 00:02:08 +0200 Subject: [PATCH] functions: Add. --- functions.rkt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 functions.rkt 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.).