Differences From Artifact [6247c56873]:
- File commonmod.scm — part of check-in [01be4cf099] at 2019-10-26 00:06:19 on branch v1.65-wip — wip (user: matt, size: 17211) [annotate] [blame] [check-ins using]
To Artifact [6e96b23685]:
- File commonmod.scm — part of check-in [232c8ec0e8] at 2019-10-28 20:28:48 on branch v1.65-wip — wip (user: mrwellan, size: 17213) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + + | (declare (uses configfmod)) (module commonmod * (import scheme chicken data-structures extras) (import (prefix sqlite3 sqlite3:) posix typed-records srfi-18 |
︙ |