view tests/pprint.ur @ 2249:c05851bf7861

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 12 Sep 2015 17:11:33 -0400
parents 318ba997a149
children
line wrap: on
line source
fun isNone [a] (x : option a) =
    case x of
        None => True
      | Some _ => False