Skip to content

Commit 4b111e7

Browse files
committed
Merge remote-tracking branch 'refs/remotes/joelberkeley/sortedset' into main
2 parents eacb3e9 + 4ec5b8e commit 4b111e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Idris2Python/Idris2Python/ModuleTemplate.idr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
module Idris2Python.ModuleTemplate
22

33
import Data.List
4+
import Data.SortedSet
45
import Data.String
56

67
import Core.Core
78
import Core.Name
89

910
import System.File
1011

11-
import Libraries.Data.SortedSet
1212
import Libraries.Utils.Path
1313

1414
import Idris2Python.PythonFFI
1515

1616
unique : Ord a => List a -> List a
17-
unique = SortedSet.toList . fromList
17+
unique = Prelude.toList . fromList
1818

1919
copyFile' : HasIO io
2020
=> (sourcePath : String)

0 commit comments

Comments
 (0)