Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jul 20, 2021
1 parent 1111cea commit 59fe0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-core/executables/uplc/Main.hs
Expand Up @@ -297,8 +297,8 @@ analyseDelays term =
runAnalysis :: AnalysisOptions -> IO ()
runAnalysis (AnalysisOptions inp ifmt) = do
program <- (getProgram ifmt inp :: IO (UplcProg PLC.AlexPosn))
-- analyseBindings (UPLC.toTerm program)
analyseDelays (UPLC.toTerm program)
analyseBindings (UPLC.toTerm program)
-- analyseDelays (UPLC.toTerm program)

main :: IO ()
main = do
Expand Down

0 comments on commit 59fe0ad

Please sign in to comment.