diff options
Diffstat (limited to 'Biz/Id.hs')
-rw-r--r-- | Biz/Id.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ instance Hashable (Id entity) instance Binary (Id entity) instance Enum (Id entity) where - toEnum n = mk (Proxy :: Proxy entity) n + toEnum = mk (Proxy :: Proxy entity) fromEnum = untag instance NFData (Id entity) where |