Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
a82084a5
Commit
a82084a5
authored
Aug 14, 2018
by
John van Groningen
Browse files
import return from StdFunc (return will be removed from StdEnv)
parent
79c9891a
Changes
2
Hide whitespace changes
Inline
Side-by-side
backend/backendconvert.icl
View file @
a82084a5
...
...
@@ -3,6 +3,7 @@ implementation module backendconvert
import
code
from
library
"backend_library"
import
StdEnv
,
compare_types
from
StdFunc
import
return
import
frontend
import
backend
import
backendsupport
,
backendpreprocess
...
...
frontend/comparedefimp.icl
View file @
a82084a5
implementation
module
comparedefimp
from
StdFunc
import
return
import
syntax
,
checksupport
,
compare_constructor
,
utilities
,
compare_types
::
CompareState
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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