*** HDirect Hugs support problem ***

1999-07-23 Thread Dominic Verity
In the past week or so I've been playing with HDirect to interface Hugs with some statistical packages and have encountered a problem with HDirects support for reference arguments of type double* or float*. Specifically I have a function with prototype void cumnor( double* arg, double*

Importing, hiding, and exporting

1999-07-23 Thread Sven Panne
After some experiments and a look into the Haskell 98 report I'm totally confused. What does module M1(module M2) import M2 hiding (H) ... exactly mean? GHC's and Hugs' behaviour in different cases is inconsistent, and the report is unclear. So here are the tests: The module Baz stays