Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
1e773887
Commit
1e773887
authored
Apr 30, 2019
by
Marc Coiffier
Browse files
Successful build (on Tue Apr 30 01:57:08 CEST 2019)
parent
2e5ad3be
Changes
1
Hide whitespace changes
Inline
Side-by-side
capricon/src/Data/CaPriCon.hs
View file @
1e773887
...
...
@@ -170,16 +170,18 @@ instance (Show a,IsCapriconString str,MonadReader (Env str (Term str a)) m,Monad
return
(
ContextTerm
d'
$
inc_depth
(
d'
-
d
)
e
)
substHyp
h
vh
=
do
ContextTerm
dm
vh'
<-
pullTerm
(
Just
h
)
vh
ContextTerm
dh
vh'
<-
pullTerm
(
Just
h
)
vh
dm
<-
length
<$>
ask
first
(
\
f
cv
@
(
ContextTerm
d
v
)
->
if
d
<
debug
dm
then
trace
"no"
cv
else
trace
"yes"
$
ContextTerm
(
d
-
1
)
(
f
v
))
<$>
if
d
<
=
dh
then
cv
else
ContextTerm
(
d
-
1
)
(
inc_depth
(
d
-
dm
)
$
f
$
inc_depth
(
dm
-
d
)
v
))
<$>
substHyp
h
vh'
insertHypBefore
h
h'
cth'
=
do
ContextTerm
dh
th'
<-
pullTerm
h
cth'
dm
<-
length
<$>
ask
first
(
\
f
cx
@
(
ContextTerm
d
x
)
->
if
d
<=
dh
then
cx
else
ContextTerm
(
d
+
1
)
(
inc_depth
(
d
-
d
h
)
$
f
$
inc_depth
(
d
h
-
d
)
x
))
else
ContextTerm
(
d
+
1
)
(
inc_depth
(
d
-
d
m
)
$
f
$
inc_depth
(
d
m
-
d
)
x
))
<$>
insertHypBefore
h
h'
th'
data
NodeDir
str
ax
a
=
NodeDir
...
...
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