[m-dev.] a quickie

Thomas Conway conway at cs.mu.OZ.AU
Wed Oct 11 17:20:57 AEDT 2000


Hi

I don't have time at the moment to submit a proper diff and fix the
problem, but the curses stuff in the extras seems to have suffered
software rot.

The following change to user.m is necessary, but I haven't actually
tried to build the sample program.

 :- type curse_store_type ---> curse_store_type.
 :- type curse_store == store(curse_store_type).
-:- type win    == mutvar(window, curse_store).
+:- type win    == mutvar(window, curse_store_type).
 
 :- type window
        --->    win(
-- 
 Thomas Conway              Mercurian )O+  
 <conway at cs.mu.oz.au>       Every sword has two edges.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list