From 4a1d56285559545a56cb7c79a0ea1564f01e09e5 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 14:06:17 +0200 Subject: Add optionals --- test/corpus/notation.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/corpus') diff --git a/test/corpus/notation.txt b/test/corpus/notation.txt index 435e9dc..18be252 100644 --- a/test/corpus/notation.txt +++ b/test/corpus/notation.txt @@ -21,7 +21,7 @@ Forum.Models.Post ::getAll(parent_id ) => Promise> #> NotFoundError,DisplayError ::get(id ) => Promise #update(text ) => Promise - #transform(transformer (T) => boolean>) + #transform([transformer] (T) => boolean>) --- @@ -167,6 +167,7 @@ Forum.Models.Post (member_type) (parameter_list (identifier + (optional_value) (type_annotation (entry (identifier -- cgit