fix: List.length requiresNamespace wasn't set to true

This commit is contained in:
skejeton 2022-10-06 21:39:44 +03:00
parent 92d3c761fa
commit 1a131828e6
No known key found for this signature in database
GPG Key ID: CF89608159DA6ED3

View File

@ -83,7 +83,7 @@ let library = [
~name="length", ~name="length",
~nameSpace, ~nameSpace,
~output=EvtNumber, ~output=EvtNumber,
~requiresNamespace=false, ~requiresNamespace=true,
~examples=[`List.length([1,4,5])`], ~examples=[`List.length([1,4,5])`],
~definitions=[ ~definitions=[
FnDefinition.make( FnDefinition.make(