Commit 83368ed9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/465-dev-graph-explorer-recursion-error' into dev

parents 2b884d76 424681d5
...@@ -70,6 +70,7 @@ to generate this file without the comments in this block. ...@@ -70,6 +70,7 @@ to generate this file without the comments in this block.
, "record" , "record"
, "record-extra" , "record-extra"
, "routing" , "routing"
, "sequences"
, "simple-json" , "simple-json"
, "simple-json-generics" , "simple-json-generics"
, "simplecrypto" , "simplecrypto"
......
module Data.Sequence where module Data.SequenceArr where
import Prelude import Prelude
import Data.Array as A import Data.Array as A
...@@ -27,4 +27,3 @@ singleton = A.singleton ...@@ -27,4 +27,3 @@ singleton = A.singleton
splitAt idx seq = Tuple s.before s.after splitAt idx seq = Tuple s.before s.after
where where
s = A.splitAt idx seq s = A.splitAt idx seq
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment