Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-sapl
Commits
d1d7aa7f
Commit
d1d7aa7f
authored
Mar 05, 2017
by
Bas Lijnse
Browse files
Fixed missing (previously implicit) imports
parent
68369f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Sapl/SaplStruct.icl
View file @
d1d7aa7f
...
...
@@ -2,6 +2,7 @@ implementation module Sapl.SaplStruct
import
StdEnv
import
Data
.
Map
,
Data
.
Void
,
Data
.
Error
import
Sapl
.
SaplTokenizer
ltVarByName
::
!
SaplVar
!
SaplVar
->
Bool
ltVarByName
a
b
=
unpackVar
a
<
unpackVar
b
...
...
src/Sapl/Target/Flavour.icl
View file @
d1d7aa7f
...
...
@@ -5,6 +5,7 @@ import Data.Maybe, Data.Functor, Text.JSON, Text.StringAppender
import
Sapl
.
SaplParser
from
Data
.
Set
import
qualified
fromList
,
member
from
Data
.
Set
import
::
Set
import
qualified
Data
.
Map
as
DM
derive
JSONEncode
FlavourRep
,
BIFRep
...
...
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