functions: Add.

This commit is contained in:
Sergiu Ivanov 2020-05-28 00:02:08 +02:00
parent b6f6e4e7c4
commit 1b65cd7624
1 changed files with 8 additions and 0 deletions

8
functions.rkt Normal file
View File

@ -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.).