113 reputation
8
bio website
location
age
visits member for 1 year, 8 months
seen 5 hours ago
stats profile views 10

May
15
accepted Please provide a simple test-framework example that uses QuickCheck2
May
15
comment Please provide a simple test-framework example that uses QuickCheck2
Thanks @dave4420.
May
14
comment Please provide a simple test-framework example that uses QuickCheck2
It appears I've got some sort of dependency hell problem going on. Hiding one of the two versions of QuickCheck2 I have installed then breaks test-framework. Do you know of a simple way of resolving this kind of issue, please?
May
14
comment Please provide a simple test-framework example that uses QuickCheck2
Thanks; please see my edit to the question.
May
14
revised Please provide a simple test-framework example that uses QuickCheck2
What happens if I import Test.Framework.Providers.QuickCheck2
May
14
asked Please provide a simple test-framework example that uses QuickCheck2
May
3
comment How should types be used in Haskell type classes?
Thanks very much, Tikhon, that is very clear.
May
3
accepted How should types be used in Haskell type classes?
May
3
asked How should types be used in Haskell type classes?
Mar
27
awarded  Commentator
Mar
27
comment How to map a function over a list in parallel in racket?
Thanks for the clarification, Greg.
Mar
27
comment How to map a function over a list in parallel in racket?
Thanks Greg. I did try a quick attempt mapping the factorial function over a list of large integers using futures but the computation seemed bound to one core. However, I was obviously using bignums — I hadn't picked up on the fact that futures are restricted to floats.
Mar
26
revised How to map a function over a list in parallel in racket?
Added Scheme tag; made question clearer.
Mar
26
awarded  Teacher
Mar
26
comment Creating a rotation matrix based on two vectors
It may be worth pointing out that while there are infinitely many transformation matrices that map (0 1 0) to (0 0 -1), not all of them are rotation matrices. Further, of those that are rotation matrices, the rotations performed must be a natural number of whole turns around the y and z axes, and the sum of a natural number of whole turns around the x axis plus one quarter turn (in the appropriate direction) around the x axis.
Mar
26
answered Creating a rotation matrix based on two vectors
Mar
26
asked How to map a function over a list in parallel in racket?
Feb
11
awarded  Popular Question
Nov
22
awarded  Tumbleweed
Nov
15
asked Is there a simple way to treat a memmapfile object as a file handle?