Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 316 Bytes

abstract-fns

Some useful abstract functions in the Racket language

This repository contains functions in Racket. These functions are abstractions of repetitive procedures, such as asking if a boolean value is true? or passing a single value to multiple procedures (valmap).