Skip to content

Commit

Permalink
chore: Move InternalResult into StandardLibrary(Internal)
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed May 17, 2024
1 parent 93a4cd4 commit 8978c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Digest_Compile;

import StandardLibraryInternal.InternalResult;
import ExternDigest._ExternBase___default;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import dafny.Array;
import dafny.DafnySequence;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import static Signature.SignatureAlgorithm.signatureAlgorithm;

import StandardLibraryInternal.InternalResult;
import Digest_Compile.ExternDigest;
import Random_Compile.ExternRandom;
import StandardLibraryInternal.InternalResult;
import Wrappers_Compile.Result;
import dafny.Array;
import dafny.DafnySequence;
Expand Down

0 comments on commit 8978c28

Please sign in to comment.