15
16
17
18
19
20
21
22
23
24
|
;;
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;
;;======================================================================
;; (use trace)
(use typed-records)
;; moved to commonmod
|
|
|
15
16
17
18
19
20
21
22
23
24
|
;;
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;
;;======================================================================
;; (use trace)
(import typed-records)
;; moved to commonmod
|