Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Feb 13, 2019
1 parent aeb957f commit 53dd10d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language-plutus-core/src/Crypto.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Crypto.Error (maybeCryptoError)
import qualified Data.ByteString.Lazy as BSL
import PlutusPrelude

-- This should return (error bool) when it fails (and the spec should be updated
-- This should return @error {bool}@ when it fails (and the spec should be updated
-- to reflect this); this code will be changed
verifySignature :: BSL.ByteString -- ^ Public Key
-> BSL.ByteString -- ^ Message
Expand Down
1 change: 0 additions & 1 deletion language-plutus-core/src/Language/PlutusCore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ module Language.PlutusCore
-- * Evaluation
, EvaluationResultF (EvaluationSuccess, EvaluationFailure)
, EvaluationResult
, runCk
-- * Combining programs
, applyProgram
-- * Benchmarking
Expand Down
1 change: 1 addition & 0 deletions language-plutus-core/test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import qualified Hedgehog.Range as Range
import Language.PlutusCore
import Language.PlutusCore.Constant
import Language.PlutusCore.DeBruijn
import Language.PlutusCore.Evaluation.CkMachine (runCk)
import Language.PlutusCore.Generators
import Language.PlutusCore.Generators.AST
import Language.PlutusCore.Generators.Interesting
Expand Down

0 comments on commit 53dd10d

Please sign in to comment.