aboutsummaryrefslogtreecommitdiff
path: root/sheet.ml
diff options
context:
space:
mode:
Diffstat (limited to 'sheet.ml')
-rwxr-xr-xsheet.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheet.ml b/sheet.ml
index a31c9ef..24326e8 100755
--- a/sheet.ml
+++ b/sheet.ml
@@ -33,7 +33,7 @@ module Raw = struct
sink = Cell.Set.empty;
}
- let create = Map.empty
+ let empty = Map.empty
let get_value id t = begin
try (Map.find id t).value