Added comments

This commit is contained in:
Jens Axel Søgaard 2012-06-20 20:10:15 +02:00
parent 776ec811aa
commit 0718e558d8
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
(module common racket/base
(provide curly?)
(define (curly? stx)
; Was the form in stx written with curly parentheses?
(let ([p (syntax-property stx 'paren-shape)])
(and p
(or (eqv? p #\{)

View File

@ -1,4 +1,9 @@
#lang racket
;;;
;;; This module implements Chi-squared tests for goodness of fit and
;;; independence of categories.
;;;
(require racket/flonum
(planet williams/science:4:5/science)
(only-in (planet williams/science/unsafe-ops-utils)