aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Tool/Identity.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-16 13:12:30 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-16 13:12:30 +0000
commit472aedf5daeb1cb0d095a63eacf259b798f56586 (patch)
tree8e7e32b3ff2d762b90d8b460926adb83408a6263 /src/Verismith/Tool/Identity.hs
parent010d7343133ebe53a472b9d26fdeb509db31d4c9 (diff)
downloadverismith-472aedf5daeb1cb0d095a63eacf259b798f56586.tar.gz
verismith-472aedf5daeb1cb0d095a63eacf259b798f56586.zip
WIP changes to the AST types
Diffstat (limited to 'src/Verismith/Tool/Identity.hs')
-rw-r--r--src/Verismith/Tool/Identity.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Verismith/Tool/Identity.hs b/src/Verismith/Tool/Identity.hs
index 93b05d5..9e436f3 100644
--- a/src/Verismith/Tool/Identity.hs
+++ b/src/Verismith/Tool/Identity.hs
@@ -44,7 +44,7 @@ instance Synthesiser Identity where
instance NFData Identity where
rnf = rwhnf
-runSynthIdentity :: Identity -> SourceInfo -> ResultSh ()
+runSynthIdentity :: Identity -> (SourceInfo ann) -> ResultSh ()
runSynthIdentity (Identity _ out) = writefile out . genSource
defaultIdentity :: Identity