Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
fc8b18f5
Commit
fc8b18f5
authored
Jul 03, 2018
by
Steffen Michels
Committed by
Haye Böhm
Sep 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate gEq instance of Maybe
parent
72eb235a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Libraries/iTasks/Internal/Tonic/AbsSyn.icl
Libraries/iTasks/Internal/Tonic/AbsSyn.icl
+1
-1
Libraries/iTasks/WF/Derives.dcl
Libraries/iTasks/WF/Derives.dcl
+1
-1
Libraries/iTasks/WF/Derives.icl
Libraries/iTasks/WF/Derives.icl
+1
-1
No files found.
Libraries/iTasks/Internal/Tonic/AbsSyn.icl
View file @
fc8b18f5
...
...
@@ -11,7 +11,7 @@ derive JSONEncode TonicModule, TonicFunc, TExpr, TPriority, TAssoc, TLit
derive
JSONDecode
TonicModule
,
TonicFunc
,
TExpr
,
TPriority
,
TAssoc
,
TLit
derive
gEq
TonicModule
,
TonicFunc
,
TExpr
,
TPriority
,
TAssoc
,
TLit
,
Maybe
derive
gEq
TonicModule
,
TonicFunc
,
TExpr
,
TPriority
,
TAssoc
,
TLit
instance
==
TonicModule
where
(==)
tm1
tm2
=
tm1
.
tm_name
==
tm2
.
tm_name
...
...
Libraries/iTasks/WF/Derives.dcl
View file @
fc8b18f5
...
...
@@ -21,7 +21,7 @@ from Text.HTML import :: SVGStrokeDashArray, :: SVGStrokeDashOffset, :: SVGStrok
//Common library types
derive
JSONEncode
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
derive
JSONDecode
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
derive
gEq
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
,
JSONNode
,
(->),
Dynamic
,
Maybe
derive
gEq
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
,
JSONNode
,
(->),
Dynamic
derive
gDefault
HtmlAttr
derive
gEditor
HtmlAttr
derive
gText
HtmlAttr
...
...
Libraries/iTasks/WF/Derives.icl
View file @
fc8b18f5
...
...
@@ -16,7 +16,7 @@ import StdArray
// Generic instances for common library types
derive
JSONEncode
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
derive
JSONDecode
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
derive
gEq
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
,
Timestamp
,
JSONNode
,
Maybe
derive
gEq
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
,
Timestamp
,
JSONNode
gEq
{|()|}
_
_
=
True
JSONEncode
{|()|}
_
()
=
[
JSONNull
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment