mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Reformat evaluateTerm.
This commit is contained in:
parent
ed4c2a9361
commit
ecbfd71a1c
@ -5,5 +5,4 @@ module Control.Abstract.Analysis where
|
||||
--
|
||||
-- This typeclass is left intentionally unconstrained to avoid circular dependencies between it and other typeclasses.
|
||||
class Monad m => MonadAnalysis term value m | m -> term, m -> value where
|
||||
evaluateTerm :: term
|
||||
-> m value
|
||||
evaluateTerm :: term -> m value
|
||||
|
Loading…
Reference in New Issue
Block a user