Differences From Artifact [f4b16c20f8]:
- File stml2/formdat.scm — part of check-in [78408a15fb] at 2019-12-16 22:57:30 on branch v1.70-refactor01 — Added stml2 as compilation unit/module (user: matt, size: 506) [annotate] [blame] [check-ins using] [more...]
To Artifact [0f3102ec8c]:
- File stml2/formdat.scm — part of check-in [ffe0a27e42] at 2021-12-08 21:40:23 on branch v2.001 — Fixed bunch of build issues with autoload and dbi (user: matt, size: 491) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
8 9 10 11 12 13 14 | ;; PURPOSE. ;; (declare (unit formdat)) (module formdat * | | < | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 | ;; PURPOSE. ;; (declare (unit formdat)) (module formdat * (import chicken scheme data-structures extras srfi-13 ports html-filter) (import regex) (import srfi-69) ) |