summaryrefslogtreecommitdiff
path: root/tests/pprint.ur
blob: 5d4f7f048711d8e5aa332d14a27ed25af022b101 (plain)
1
2
3
4
fun isNone [a] (x : option a) =
    case x of
        None => True
      | Some _ => False