From: Michael Orlitzky Date: Thu, 2 Jan 2014 01:02:24 +0000 (-0500) Subject: Remove the XmlPickler instance for Bool. X-Git-Tag: 0.0.1~126 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=79cba02a6f520256991b345e9dffdaedf68ddde0;hp=79cba02a6f520256991b345e9dffdaedf68ddde0;p=dead%2Fhtsn-import.git Remove the XmlPickler instance for Bool. Use xpPrim instead of the (removed) xpickle for Bools. Replace xpPrim with xpInt where possible. ---