diff options
Diffstat (limited to 'src/GF/Compile/BackOpt.hs')
| -rw-r--r-- | src/GF/Compile/BackOpt.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Compile/BackOpt.hs b/src/GF/Compile/BackOpt.hs index 1c030f8e1..64068e93b 100644 --- a/src/GF/Compile/BackOpt.hs +++ b/src/GF/Compile/BackOpt.hs @@ -27,10 +27,10 @@ import qualified Modules as M type OptSpec = [Integer] --- -doOptFactor :: OptSpec +doOptFactor :: OptSpec -> Bool doOptFactor opt = elem 2 opt -doOptValues :: OptSpec +doOptValues :: OptSpec -> Bool doOptValues opt = elem 3 opt shareOpt :: OptSpec |
