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
abfbf838
Commit
abfbf838
authored
Apr 30, 2019
by
Marc Coiffier
Browse files
Successful build (on Tue Apr 30 01:16:27 CEST 2019)
parent
c23c7582
Changes
1
Hide whitespace changes
Inline
Side-by-side
capricon/src/Data/CaPriCon.hs
View file @
abfbf838
...
...
@@ -170,10 +170,10 @@ 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
dm
vh'
<-
pullTerm
Nothing
vh
first
(
\
f
cv
@
(
ContextTerm
d
v
)
->
if
d
<=
dm
then
trace
"no"
cv
else
trace
"yes"
$
ContextTerm
(
d
-
1
)
(
inc_depth
(
(
d
-
1
)
-
dm
)
$
f
$
inc_depth
(
dm
-
d
)
v
))
<$>
else
trace
"yes"
$
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'
...
...
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