RE: ghc-6.0.1 and OpenGL enabled
"Sumskas, Peter (Peter)" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <338366A6D2E2CA4C9DAEAE652E12A1DE160FAB@au3010avexu1.global.avaya.com> |
> -----Original Message----- > From: Carl Witty [mailto:[email protected]] > > On Wed, 2003-10-08 at 10:56, Nick Name wrote: > > Alle 16:20, mercoledì 8 ottobre 2003, Alastair Reid ha scritto: > > I was just going to suggest withCurrentMatrix or withMatrix :) > > I don't like withCurrentMatrix ("with current" sounds like it should be > a no-op). withLocalMatrix would be good; for a long, descriptive name, > you could use whileRememberingCurrentMatrix (shorter versions might be > whileRememberingMatrix or rememberingCurrentMatrix). > > Carl Witty I'd vote for "preserving" -it is one letter shorter than "remembering" and I feel, if I understand the discussion, that preserve is a better fit meaningwise than remembering. Eg: preservingMatrix, or preservingCurrentMatrix P.