Move fees table specification into separate module.

This commit is contained in:
Dominik Pantůček 2023-04-12 20:41:59 +02:00
parent 71341314d8
commit 0fa45c375b
3 changed files with 13 additions and 10 deletions

View file

@ -50,12 +50,8 @@
ansi
table
members-base
period)
;; Convert into lookups - a list of (list period regular student)
(define member-fees-lookup-table
(make-period-lookup-table
'(((2010 1) 500 250))))
period
specification)
;; Returns a matching list of (list regular student)
(define (lookup-member-fees)