Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ tmp/
.pulp-cache/
npm-debug.log
docs/
.spago
.psc-ide-port
12 changes: 12 additions & 0 deletions benchmarks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

bower_components/
node_modules/
.pulp-cache/
output/
output-es/
generated-docs/
.psc-package/
.psc*
.purs*
.psa*
.spago
3 changes: 2 additions & 1 deletion benchmarks/Main.purs → benchmarks/src/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import Data.Maybe
import Data.Array ((..))
import Data.Array as A
import Data.Sequence as S
import Math (floor, sqrt)
import Data.Int (floor)
import Data.Number (sqrt)
import Test.QuickCheck.Gen (Gen(), vectorOf)
import Test.QuickCheck.Arbitrary (class Arbitrary, arbitrary)
import Effect
Expand Down
45 changes: 0 additions & 45 deletions bower.json

This file was deleted.

Loading