3 -- Copyright : (c) 2008 Bertram Felgenhauer
6 -- Maintainer : Bertram Felgenhauer <int-e@gmx.de>
7 -- Stability : experimental
8 -- Portability : portable
10 -- This module is part of Haskell PGMS.
12 -- Import and export all available strategies.
26 strategies
:: [Strategy
]
27 strategies
= [strat1
, simpleStrat
]