RtsFlags.h

2001-08-06 Thread Sigbjorn Finne
Defining an app-local version of defaultsHook() is currently not possible using just a binary distribution. i.e., to do something interesting inside of defaultsHook(), you need to side-effect RtsFlags (which has type RTS_FLAGS). RTS_FLAGS is defined in RtsFlags.h, which is not to be found in a

import with hiding

2001-08-06 Thread George Russell
DaVinciTypes defines the types DaVinciAnswer and the constructor Context. (.hi file attached.) So I would expect import DaVinciTypes hiding (Context) import qualified DaVinciTypes to make DaVinciAnswer in scope, but DaVinciTypes.Context only available when so qualified. This doesn't appear to