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
Marc Coiffier
BHR
Commits
dfb32c1a
Commit
dfb32c1a
authored
Jan 06, 2019
by
Marc Coiffier
Browse files
Successful build (on Sun Jan 6 14:57:38 CET 2019)
parent
17ed65ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
capricon/src/Data/CaPriCon.hs
View file @
dfb32c1a
...
...
@@ -542,9 +542,9 @@ mu_type (inc_depth 1 -> root_type) = yb maybeT $ go 0 root_type
]))
return
$
Cons
(
Ap
(
Sym
i
)
$
xs
+
[
lastE
])
go_col'
d'
_
(
Universe
u
)
=
do
go_col'
d'
recs
(
Universe
u
)
=
do
let
tIH
=
bind
Prod
(
adjust_telescope_depth
second
(
+
(
d
+
d'
))
root_args
)
ihRoot
ihRoot
=
Cons
(
Ap
(
Sym
(
nargs
-
d
-
1
))
[
Cons
(
Ap
(
Sym
(
j
+
nargs
))
[]
)
|
j
<-
reverse
[
0
..
d'
-
1
]])
ihRoot
=
Cons
(
Ap
(
Sym
(
nargs
-
d
-
1
))
[
Cons
(
Ap
(
Sym
(
j
+
nargs
))
[]
)
|
j
<-
reverse
$
select
(
not
.
(`
isKeyIn
`
recs
))
[
0
..
d'
-
1
]])
return
$
Bind
Prod
xn
tIH
(
Universe
(
u
+
1
))
go_col'
_
_
_
=
zero
...
...
Write
Preview
Supports
Markdown
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