From 9157968f41a0cc24e6621e2860f50a98866ed541 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 28 Nov 2012 11:41:54 -0500 Subject: Standard library additions: Option.unsafeGet, Basis.exp --- lib/ur/option.urs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ur/option.urs') diff --git a/lib/ur/option.urs b/lib/ur/option.urs index ba43613f..126999a3 100644 --- a/lib/ur/option.urs +++ b/lib/ur/option.urs @@ -12,3 +12,4 @@ val mp : a ::: Type -> b ::: Type -> (a -> b) -> t a -> t b val bind : a ::: Type -> b ::: Type -> (a -> option b) -> t a -> t b val get : a ::: Type -> a -> option a -> a +val unsafeGet : a ::: Type -> option a -> a -- cgit v1.2.3