UNPKG

purs-pkg-deps

Version:

Query package dependencies in PureScript package-sets

67 lines (66 loc) 1.9 kB
// Generated by purs version 0.14.3 "use strict"; var Type_Data_RowList = require("../Type.Data.RowList/index.js"); var RowListSet = {}; var RowListRemove = {}; var RowListNub = {}; var RowListAppend = {}; var ListToRow = {}; var rowListSetImpl = function (dictTypeEquals) { return function (dictTypeEquals1) { return function (dictRowListRemove) { return RowListSet; }; }; }; var rowListRemoveNil = RowListRemove; var rowListRemoveCons = function (dictRowListRemove) { return function (dictEquals) { return function (dictIf) { return RowListRemove; }; }; }; var rowListNubNil = RowListNub; var rowListNubCons = function (dictTypeEquals) { return function (dictTypeEquals1) { return function (dictTypeEquals2) { return function (dictRowListRemove) { return function (dictRowListNub) { return RowListNub; }; }; }; }; }; var rowListAppendNil = function (dictTypeEquals) { return RowListAppend; }; var rowListAppendCons = function (dictRowListAppend) { return function (dictTypeEquals) { return RowListAppend; }; }; var listToRowNil = ListToRow; var listToRowCons = function (dictListToRow) { return function (dictCons) { return ListToRow; }; }; module.exports = { ListToRow: ListToRow, RowListRemove: RowListRemove, RowListSet: RowListSet, RowListNub: RowListNub, RowListAppend: RowListAppend, listToRowNil: listToRowNil, listToRowCons: listToRowCons, rowListRemoveNil: rowListRemoveNil, rowListRemoveCons: rowListRemoveCons, rowListSetImpl: rowListSetImpl, rowListNubNil: rowListNubNil, rowListNubCons: rowListNubCons, rowListAppendNil: rowListAppendNil, rowListAppendCons: rowListAppendCons, RLProxy: Type_Data_RowList.RLProxy };