1 import * as R from 'ramda';
2
3 export const Record = defaultValue => R.compose(R.merge(defaultValue), R.pick(R.keys(defaultValue)));