From 0e2b91fdd1b19820b425c9a39d8ed85a954289d3 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 25 Apr 2022 23:46:22 +0200 Subject: [PATCH] Add one more example to read-org-tbfs. --- scribblings/functions.scrbl | 1 + 1 file changed, 1 insertion(+) diff --git a/scribblings/functions.scrbl b/scribblings/functions.scrbl index eb44152..892363a 100644 --- a/scribblings/functions.scrbl +++ b/scribblings/functions.scrbl @@ -525,6 +525,7 @@ The input is typically what @racket[read-org-sexp] reads. @ex[ (read-org-tbfs "((1 2 1) (1 0 1))") +(read-org-tbfs "((x y f) (1 2 1) (1 0 1))" #:headers #t) ]} @defproc[(tbf-tabulate* [tbfs (Listof tbf)])