Skip to content

Commit

Permalink
Main.hs: remove comment regarding toLE
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-han committed Aug 28, 2023
1 parent 9327287 commit 1387c2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/haskell/natural4/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ main = do
(toDFGFN, (asDFG, asDFGerr)) = (workuuid <> "/" <> "dataflow", xpLog $ dataFlowAsDot l4i)

(toLEFN, asLE) = (workuuid <> "/" <> "le", toLE rules)
-- (toLEFN , (asLE, asLEerr)) = (workuuid <> "/" <> "le", toLE l4i defaultReaderEnv) -- Meng's version
(toNL_FN, asNatLang) = (workuuid <> "/" <> "natlang", toNatLang l4i)
(toMaudeFN, asMaude) = (workuuid <> "/" <> "maude", Maude.rules2maudeStr rules)
(tonativeFN, asNative) = (workuuid <> "/" <> "native", unlines
Expand Down

0 comments on commit 1387c2f

Please sign in to comment.