view tests/pprint.ur @ 2014:fee1f660139c

Added HTML5 Semantic Tags
author David Snider <david@davidsnider.net>
date Sat, 10 May 2014 20:38:13 -0400
parents 318ba997a149
children
line wrap: on
line source
fun isNone [a] (x : option a) =
    case x of
        None => True
      | Some _ => False