SCM Repository
View of /trunk/src/compiler/IL/test-kernel.sml
Parent Directory
|
Revision Log
Revision 140 -
(download)
(annotate)
Thu Jul 8 18:48:51 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/IL/test-kenel.sml
File size: 408 byte(s)
Thu Jul 8 18:48:51 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/IL/test-kenel.sml
File size: 408 byte(s)
Starting to write a test driver for the kernel code
(* test-kenel.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Text driver for the kernel code. *) structure Test = struct structure R = Rational structure K = Kernel (* given a kernel, print the coefficients for the k'th direvative *) fun printKernel (kern, k) = let val curve = Kernel.curve(kern, k) in end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |