Megatest

Diff
Login

Differences From Artifact [9a7ceb343a]:

To Artifact [8c2e07af41]:


20
21
22
23
24
25
26

27
28
29
30
31
32
33
34
35

(declare (unit dbmod))

(module dbmod
	*
	
(import scheme

	(prefix sqlite3 sqlite3:)
	posix
	typed-records
	srfi-18

	)

(define (just-testing)
  (print "JUST TESTING"))







>

|







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

(declare (unit dbmod))

(module dbmod
	*
	
(import scheme
	chicken.base
	(prefix sqlite3 sqlite3:)

	typed-records
	srfi-18

	)

(define (just-testing)
  (print "JUST TESTING"))