"use strict"; module.exports = function markPartialData(data) { return { __tag: "partialData", __contents: data }; };