Move fees table specification into separate module.
This commit is contained in:
parent
71341314d8
commit
0fa45c375b
3 changed files with 13 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue