sourcephile
/
git
/
haskell
/
symantic.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename things such that symantic-document is neater when used with import qualified.
[haskell/symantic.git]
/
symantic
/
Language
/
Symantic
/
Interpreting
/
View.hs
diff --git
a/symantic/Language/Symantic/Interpreting/View.hs
b/symantic/Language/Symantic/Interpreting/View.hs
index 94d0b0154909a0de1a8ed3814302b748484ffb80..ccff895473b2591f316f1ed61892b36ce3d30530 100644
(file)
--- a/
symantic/Language/Symantic/Interpreting/View.hs
+++ b/
symantic/Language/Symantic/Interpreting/View.hs
@@
-13,10
+13,10
@@
import Language.Symantic.Grammar
-- | Interpreter's data.
newtype View a
= View
- { unView -- Inherited attribu
ctx
:
+ { unView -- Inherited attribu
tes
:
:: (Infix, Side)
-> DepthLam
- -- Synthetised attribu
ctx
:
+ -- Synthetised attribu
tes
:
-> Text
}
type DepthLam = Int