summaryrefslogtreecommitdiff
path: root/src/urweb.grm
diff options
context:
space:
mode:
Diffstat (limited to 'src/urweb.grm')
-rw-r--r--src/urweb.grm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index afe7be07..00c39b52 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -703,7 +703,7 @@ sgi : CON SYMBOL DCOLON kind ((SgiConAbs (SYMBOL, kind), s (CONleft,
| VIEW SYMBOL COLON cexp (let
val loc = s (VIEWleft, cexpright)
val t = (CVar (["Basis"], "sql_view"), loc)
- val t = (CApp (t, cexp), loc)
+ val t = (CApp (t, entable cexp), loc)
in
(SgiVal (SYMBOL, t), loc)
end)