Skip to content

Commit

Permalink
Merge Cryptol/Extras.cry with Cryptol.cry
Browse files Browse the repository at this point in the history
Closes #427.
  • Loading branch information
Aaron Tomb committed May 23, 2018
1 parent ddfe615 commit 99f3fdb
Show file tree
Hide file tree
Showing 13 changed files with 137 additions and 736 deletions.
2 changes: 0 additions & 2 deletions bench/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ main = do
defaultMain [
bgroup "parser" [
parser "Prelude" "lib/Cryptol.cry"
, parser "Extras" "lib/Cryptol/Extras.cry"
, parser "PreludeWithExtras" "bench/data/PreludeWithExtras.cry"
, parser "BigSequence" "bench/data/BigSequence.cry"
, parser "BigSequenceHex" "bench/data/BigSequenceHex.cry"
Expand All @@ -57,7 +56,6 @@ main = do
]
, bgroup "typechecker" [
tc cd "Prelude" "lib/Cryptol.cry"
, tc cd "Extras" "lib/Cryptol/Extras.cry"
, tc cd "PreludeWithExtras" "bench/data/PreludeWithExtras.cry"
, tc cd "BigSequence" "bench/data/BigSequence.cry"
, tc cd "BigSequenceHex" "bench/data/BigSequenceHex.cry"
Expand Down
179 changes: 0 additions & 179 deletions cryptol-server/Cryptol/Aeson.hs

This file was deleted.

Loading

0 comments on commit 99f3fdb

Please sign in to comment.