From 9a342f6efdfbed92f5b220c8222d05785b5661fe Mon Sep 17 00:00:00 2001 From: Miles Frain Date: Sun, 20 Dec 2020 15:53:42 -0800 Subject: [PATCH 1/2] ci test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 647c025..fcaf379 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Pursuit](https://pursuit.purescript.org/packages/purescript-ordered-collections/badge)](https://pursuit.purescript.org/packages/purescript-ordered-collections) Purely-functional map and set data structures. +CI TEST _If you are looking to work with JavaScript Objects, see [`purescript-foreign-object`](https://github.com/purescript/purescript-foreign-object)._ From cb8e822eed7c7225a72cc5686b1a0fb8a249f3d9 Mon Sep 17 00:00:00 2001 From: Miles Frain Date: Sun, 20 Dec 2020 16:33:30 -0800 Subject: [PATCH 2/2] edit .purs file --- src/Data/Set.purs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Data/Set.purs b/src/Data/Set.purs index fa6b2de..70d36dd 100644 --- a/src/Data/Set.purs +++ b/src/Data/Set.purs @@ -2,6 +2,7 @@ -- | -- | -- | Qualified import is encouraged, so as to avoid name clashes with other modules. +-- | CI TEST module Data.Set ( Set