view tests/pprint.ur @ 1828:05e3365292cd

Switch linker order
author Adam Chlipala <adam@chlipala.net>
date Sat, 20 Oct 2012 13:51:46 -0400
parents 318ba997a149
children
line wrap: on
line source
fun isNone [a] (x : option a) =
    case x of
        None => True
      | Some _ => False