7 lines
463 B
Racket
7 lines
463 B
Racket
;; The first three lines of this file were inserted by DrRacket. They record metadata
|
|
;; about the language level of this file in a form that our tools can easily process.
|
|
#reader(lib "htdp-beginner-reader.ss" "lang")((modname read-with-csv-ho) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
|
|
(require 2htdp/batch-io)
|
|
|
|
(check-expect (read-csv-file/rows "batch-io-csv-ho.rktl" length) (cons 3 empty))
|