From ebc95233a8e04e9d16e7edbb05ba712c0a7ad775 Mon Sep 17 00:00:00 2001 From: Anton Dyudin Date: Fri, 19 Jan 2018 13:42:50 -0800 Subject: [PATCH] Update hoon.hoon Fix #95 per request to just patch it on master --- sys/hoon.hoon | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/hoon.hoon b/sys/hoon.hoon index 4c7f7b24b..0b63fc9be 100644 --- a/sys/hoon.hoon +++ b/sys/hoon.hoon @@ -273,8 +273,11 @@ ++ mold :> normalizing gate :> - :> actually a type alias for gate. - gate + :> a gate that accepts any noun, and validates its shape, producing the + :> input if it fits or a default value if it doesn't. + :> + :> examples: * @ud ,[p=time q=?(%a %b)] + _|=(* +<) :: ++ pair :> dual tuple