Re: New draft (#3) and last call for comments on SRFI 194: Random data generators Bradley Lucier (10 Aug 2020 20:17 UTC)
(missing)

Re: New draft (#3) and last call for comments on SRFI 194: Random data generators Bradley Lucier 10 Aug 2020 20:17 UTC

On 8/10/20 12:36 PM, Bradley Lucier wrote:
> I plan on devising some more tests this week (just for me personally). I
> plan to finish by Friday, but fate may intervene.

I've finished my tests.

I don't know these things, but I think line 47 of

srfi/194.scm

should be

   (include "194-impl.scm")

not

   (include "srfi-194-impl.scm")

Brad