We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088c845 commit d6346dbCopy full SHA for d6346db
src/Data/Posix.purs
@@ -1,6 +1,6 @@
1
module Data.Posix where
2
3
-import Prelude (Show, show, (<>))
+import Prelude (Show, show, (<>), Ord, compare, Eq, eq)
4
import Data.Function (on)
5
6
data Signal
0 commit comments