annotate tests/ubn.ur @ 2235:0aae15c2a05a

Refactored a lot and fixed an and/or swap, but still not good on current test.
author Ziv Scully <ziv@mit.edu>
date Mon, 29 Jun 2015 01:33:47 -0700
parents ec466c1e082a
children
rev   line source
adam@1580 1 con e = []
adam@1580 2 structure B : sig
adam@1580 3 end = struct
adam@1580 4 end
adam@1580 5 open B
adam@1580 6
adam@1580 7 fun main () =
adam@1580 8 return <xml></xml>