Rename things such that symantic-document is neater when used with import qualified.
[haskell/symantic.git] / symantic / Language / Symantic / Interpreting / View.hs
index 94d0b0154909a0de1a8ed3814302b748484ffb80..ccff895473b2591f316f1ed61892b36ce3d30530 100644 (file)
@@ -13,10 +13,10 @@ import Language.Symantic.Grammar
 -- | Interpreter's data.
 newtype View a
  =      View
- {    unView -- Inherited attribuctx:
+ {    unView -- Inherited attributes:
              :: (Infix, Side)
              -> DepthLam
-             -- Synthetised attribuctx:
+             -- Synthetised attributes:
              -> Text
  }
 type DepthLam = Int