running hlint on Handler/SnowdriftEvent.hs has some weird errors, several of this sort:
``` Found: getEventWikiEditR event_wiki_edit_id = undefined event_wiki_edit_id Why not: getEventWikiEditR = undefined ``` Having a bunch of R get functions that are just undefined… is it okay to do hlint's suggestions? shouldn't it just be a comma-separated list of functions all just = undefined? Is the reason for the undefined that these resources somehow exist but GET does nothing? Are these functions somehow valuable otherwise? Is passing an arg actually doing something, it would seem not. It's just odd… maybe these are functions that *should* do more than they currently do? I'm just hesitant to clean this up because I don't get why they would be in the current state… -- Aaron Wolf Snowdrift.coop <https://snowdrift.coop> _______________________________________________ Dev mailing list [email protected] https://lists.snowdrift.coop/mailman/listinfo/dev
