1
0
forked from GitHub/gf-core

Added OPTIONS_GHC -fglasgow-exts to files that use GHC extensions.

This commit is contained in:
bringert
2007-06-14 15:58:36 +00:00
parent b83a9ec335
commit 48081dc340

View File

@@ -12,7 +12,7 @@
-- Backtracking state monad, with r\/o environment
-----------------------------------------------------------------------------
{-# OPTIONS_GHC -fglasgow-exts #-}
module GF.Data.BacktrackM ( -- * the backtracking state monad
BacktrackM,
-- * controlling the monad