--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/store/index.js Mon Oct 08 18:35:47 2018 +0200
@@ -0,0 +1,3 @@
+import * as R from 'ramda';
+
+export const Record = defaultValue => R.compose(R.merge(defaultValue), R.pick(R.keys(defaultValue)));