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
Gilles Coremans
ASTTool
Commits
e2209fbd
Commit
e2209fbd
authored
Apr 21, 2020
by
Gilles Coremans
Browse files
Rename SystemFSorts SystemFBase
parent
176ba07b
Changes
3
Hide whitespace changes
Inline
Side-by-side
SystemF/SystemF
Sorts
.hs
→
SystemF/SystemF
Base
.hs
View file @
e2209fbd
module
SystemF
Sorts
where
module
SystemF
Base
where
import
Data.List
import
Control.Applicative
import
Comble
...
...
SystemF/SystemFImpl.hs
View file @
e2209fbd
...
...
@@ -7,7 +7,7 @@ module SystemFImpl (
typeOf
)
where
import
SystemF
Sorts
import
SystemF
Base
countTyped
::
Either
a
b
->
(
Integer
,
Integer
)
countTyped
(
Left
l
)
=
(
1
,
0
)
...
...
SystemF/Test.hs
View file @
e2209fbd
...
...
@@ -7,7 +7,7 @@ import Control.Monad
import
System.CPUTime
import
Text.Printf
import
SystemF
Sorts
import
SystemF
Base
import
SystemFImpl
import
Comble
...
...
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