annotate tests/ubn.ur @ 1888:5f478ecf65e4

Identify more local definitions as functions that should be lifted to the top level, which has synergistic effects on inlining later
author Adam Chlipala <adam@chlipala.net>
date Tue, 05 Nov 2013 11:58:52 -0500
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>