[Haskell-cafe] global variables

Robin Green greenrd at greenrd.org
Thu May 17 09:55:34 EDT 2007


On Thu, 17 May 2007 14:41:33 +0100
Eric <eeoam at ukfsn.org> wrote:

> H|i,
> 
> Does anyone know of a simple and straightforward way to use global 
> variables in Haskell?
> 
> E.

Another alternative, for "write-once variables", is implicit parameters.

-- 
Robin


More information about the Haskell-Cafe mailing list