Add one more example to read-org-tbfs.

This commit is contained in:
Sergiu Ivanov 2022-04-25 23:46:22 +02:00
parent 974bf193ed
commit 0e2b91fdd1
1 changed files with 1 additions and 0 deletions

View File

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