Navigation Menu

Skip to content

Commit

Permalink
Remove bad FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Dec 9, 2010
1 parent 2eeb698 commit 28d3d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/Shake.hs
Expand Up @@ -892,7 +892,7 @@ appendHistory :: QA n -> Act n o ()
appendHistory extra_qa = modifyActState $ \s -> s { as_this_history = as_this_history s ++ [extra_qa] }

-- NB: when the found rule returns, the input file will be clean (and probably some others, too..)
type RuleFinder n = forall r o'. [SomeRule n] -> n -- FIXME: this n shouldn't be here! Should be FilePath?
type RuleFinder n = forall r o'. [SomeRule n] -> n
-> (forall o. Oracle o => (o, [n], ActEnv n o' -> (IO (History n, [(n, Entry n)]))) -> IO r)
-> IO r
findRule :: Namespace n => RuleFinder n
Expand Down

0 comments on commit 28d3d4f

Please sign in to comment.