From b9fd8201b3867f674d031db22acb5529561810c9 Mon Sep 17 00:00:00 2001 From: AaronC81 Date: Wed, 15 Nov 2023 18:23:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20baddf?= =?UTF-8?q?c5d9dbfcde15aebe88b2bff89b200ecb137=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kernel.html | 2 +- Parlour.html | 2 +- Parlour/ConflictResolver.html | 2 +- Parlour/Conversion.html | 2 +- Parlour/Conversion/Converter.html | 2 +- Parlour/Conversion/RbiToRbs.html | 2 +- Parlour/Debugging.html | 2 +- Parlour/Debugging/Tree.html | 2 +- Parlour/DetachedRbiGenerator.html | 2 +- Parlour/DetachedRbsGenerator.html | 2 +- Parlour/Generator.html | 2 +- Parlour/Mixin.html | 2 +- Parlour/Mixin/Searchable.html | 2 +- Parlour/Options.html | 2 +- Parlour/ParseError.html | 2 +- Parlour/Plugin.html | 2 +- Parlour/RbiGenerator.html | 2 +- Parlour/RbiGenerator/Arbitrary.html | 2 +- Parlour/RbiGenerator/Attribute.html | 2 +- Parlour/RbiGenerator/ClassNamespace.html | 2 +- Parlour/RbiGenerator/Constant.html | 2 +- Parlour/RbiGenerator/EnumClassNamespace.html | 2 +- Parlour/RbiGenerator/Extend.html | 2 +- Parlour/RbiGenerator/Include.html | 2 +- Parlour/RbiGenerator/Method.html | 2 +- Parlour/RbiGenerator/ModuleNamespace.html | 2 +- Parlour/RbiGenerator/Namespace.html | 2 +- Parlour/RbiGenerator/Parameter.html | 2 +- Parlour/RbiGenerator/RbiObject.html | 2 +- Parlour/RbiGenerator/StructClassNamespace.html | 2 +- Parlour/RbiGenerator/StructProp.html | 2 +- Parlour/RbiGenerator/TypeAlias.html | 2 +- Parlour/RbsGenerator.html | 2 +- Parlour/RbsGenerator/Arbitrary.html | 2 +- Parlour/RbsGenerator/Attribute.html | 2 +- Parlour/RbsGenerator/Block.html | 2 +- Parlour/RbsGenerator/ClassNamespace.html | 2 +- Parlour/RbsGenerator/Constant.html | 2 +- Parlour/RbsGenerator/Extend.html | 2 +- Parlour/RbsGenerator/Include.html | 2 +- Parlour/RbsGenerator/InterfaceNamespace.html | 2 +- Parlour/RbsGenerator/Method.html | 2 +- Parlour/RbsGenerator/MethodSignature.html | 2 +- Parlour/RbsGenerator/ModuleNamespace.html | 2 +- Parlour/RbsGenerator/Namespace.html | 2 +- Parlour/RbsGenerator/Parameter.html | 2 +- Parlour/RbsGenerator/RbsObject.html | 2 +- Parlour/RbsGenerator/TypeAlias.html | 2 +- Parlour/TypeLoader.html | 2 +- Parlour/TypeParser.html | 2 +- Parlour/TypeParser/IntermediateSig.html | 2 +- Parlour/TypeParser/NodePath.html | 2 +- Parlour/TypedObject.html | 2 +- Parlour/Types.html | 2 +- Parlour/Types/Array.html | 2 +- Parlour/Types/Boolean.html | 2 +- Parlour/Types/Class.html | 2 +- Parlour/Types/Enumerable.html | 2 +- Parlour/Types/Enumerator.html | 2 +- Parlour/Types/Generic.html | 2 +- Parlour/Types/Hash.html | 2 +- Parlour/Types/Intersection.html | 2 +- Parlour/Types/Nilable.html | 2 +- Parlour/Types/Proc.html | 2 +- Parlour/Types/Proc/Parameter.html | 2 +- Parlour/Types/Range.html | 2 +- Parlour/Types/Raw.html | 2 +- Parlour/Types/Record.html | 2 +- Parlour/Types/Self.html | 2 +- Parlour/Types/Set.html | 2 +- Parlour/Types/SingleElementCollection.html | 2 +- Parlour/Types/Tuple.html | 2 +- Parlour/Types/Type.html | 2 +- Parlour/Types/Union.html | 2 +- Parlour/Types/Untyped.html | 2 +- _index.html | 2 +- file.README.html | 2 +- index.html | 2 +- top-level-namespace.html | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/Kernel.html b/Kernel.html index 01962cc08..910859b21 100644 --- a/Kernel.html +++ b/Kernel.html @@ -214,7 +214,7 @@

diff --git a/Parlour.html b/Parlour.html index 1faa399a8..0bf5f6e44 100644 --- a/Parlour.html +++ b/Parlour.html @@ -147,7 +147,7 @@

diff --git a/Parlour/ConflictResolver.html b/Parlour/ConflictResolver.html index 778f9f625..5d3f8d219 100644 --- a/Parlour/ConflictResolver.html +++ b/Parlour/ConflictResolver.html @@ -655,7 +655,7 @@

diff --git a/Parlour/Conversion.html b/Parlour/Conversion.html index 3c3d744a5..e899084a9 100644 --- a/Parlour/Conversion.html +++ b/Parlour/Conversion.html @@ -107,7 +107,7 @@

Defined Under Namespace

diff --git a/Parlour/Conversion/Converter.html b/Parlour/Conversion/Converter.html index 403ca8b8e..0f5f6f026 100644 --- a/Parlour/Conversion/Converter.html +++ b/Parlour/Conversion/Converter.html @@ -371,7 +371,7 @@

diff --git a/Parlour/Conversion/RbiToRbs.html b/Parlour/Conversion/RbiToRbs.html index 66e9217de..647b94726 100644 --- a/Parlour/Conversion/RbiToRbs.html +++ b/Parlour/Conversion/RbiToRbs.html @@ -816,7 +816,7 @@

diff --git a/Parlour/Debugging.html b/Parlour/Debugging.html index e8a247c62..a86769eaf 100644 --- a/Parlour/Debugging.html +++ b/Parlour/Debugging.html @@ -395,7 +395,7 @@

diff --git a/Parlour/Debugging/Tree.html b/Parlour/Debugging/Tree.html index 093bbaa8d..14970f671 100644 --- a/Parlour/Debugging/Tree.html +++ b/Parlour/Debugging/Tree.html @@ -714,7 +714,7 @@

diff --git a/Parlour/DetachedRbiGenerator.html b/Parlour/DetachedRbiGenerator.html index 01ed5a2da..2d86f216f 100644 --- a/Parlour/DetachedRbiGenerator.html +++ b/Parlour/DetachedRbiGenerator.html @@ -380,7 +380,7 @@

diff --git a/Parlour/DetachedRbsGenerator.html b/Parlour/DetachedRbsGenerator.html index cfd2125bf..155ab745b 100644 --- a/Parlour/DetachedRbsGenerator.html +++ b/Parlour/DetachedRbsGenerator.html @@ -374,7 +374,7 @@

diff --git a/Parlour/Generator.html b/Parlour/Generator.html index 15e107573..dd8127571 100644 --- a/Parlour/Generator.html +++ b/Parlour/Generator.html @@ -447,7 +447,7 @@

diff --git a/Parlour/Mixin.html b/Parlour/Mixin.html index b566b2756..ceba7feaa 100644 --- a/Parlour/Mixin.html +++ b/Parlour/Mixin.html @@ -105,7 +105,7 @@

Defined Under Namespace

diff --git a/Parlour/Mixin/Searchable.html b/Parlour/Mixin/Searchable.html index 3b1e5e285..a723648f9 100644 --- a/Parlour/Mixin/Searchable.html +++ b/Parlour/Mixin/Searchable.html @@ -409,7 +409,7 @@

diff --git a/Parlour/Options.html b/Parlour/Options.html index 0b8956885..bf9f21cf7 100644 --- a/Parlour/Options.html +++ b/Parlour/Options.html @@ -682,7 +682,7 @@

diff --git a/Parlour/ParseError.html b/Parlour/ParseError.html index 5e470ae84..35428b864 100644 --- a/Parlour/ParseError.html +++ b/Parlour/ParseError.html @@ -360,7 +360,7 @@

diff --git a/Parlour/Plugin.html b/Parlour/Plugin.html index 79e319aeb..391eaf1ec 100644 --- a/Parlour/Plugin.html +++ b/Parlour/Plugin.html @@ -715,7 +715,7 @@

diff --git a/Parlour/RbiGenerator.html b/Parlour/RbiGenerator.html index 3eb12f78e..7e12e0115 100644 --- a/Parlour/RbiGenerator.html +++ b/Parlour/RbiGenerator.html @@ -447,7 +447,7 @@

diff --git a/Parlour/RbiGenerator/Arbitrary.html b/Parlour/RbiGenerator/Arbitrary.html index cfdf94726..69e579a47 100644 --- a/Parlour/RbiGenerator/Arbitrary.html +++ b/Parlour/RbiGenerator/Arbitrary.html @@ -867,7 +867,7 @@

diff --git a/Parlour/RbiGenerator/Attribute.html b/Parlour/RbiGenerator/Attribute.html index 0a0bc9971..473396390 100644 --- a/Parlour/RbiGenerator/Attribute.html +++ b/Parlour/RbiGenerator/Attribute.html @@ -868,7 +868,7 @@

diff --git a/Parlour/RbiGenerator/ClassNamespace.html b/Parlour/RbiGenerator/ClassNamespace.html index c894f222f..301588c21 100644 --- a/Parlour/RbiGenerator/ClassNamespace.html +++ b/Parlour/RbiGenerator/ClassNamespace.html @@ -1065,7 +1065,7 @@

diff --git a/Parlour/RbiGenerator/Constant.html b/Parlour/RbiGenerator/Constant.html index d300660fc..bf2d372f1 100644 --- a/Parlour/RbiGenerator/Constant.html +++ b/Parlour/RbiGenerator/Constant.html @@ -1002,7 +1002,7 @@

diff --git a/Parlour/RbiGenerator/EnumClassNamespace.html b/Parlour/RbiGenerator/EnumClassNamespace.html index 94a782648..0ff29d300 100644 --- a/Parlour/RbiGenerator/EnumClassNamespace.html +++ b/Parlour/RbiGenerator/EnumClassNamespace.html @@ -1008,7 +1008,7 @@

diff --git a/Parlour/RbiGenerator/Extend.html b/Parlour/RbiGenerator/Extend.html index 4c20e84e5..974906b27 100644 --- a/Parlour/RbiGenerator/Extend.html +++ b/Parlour/RbiGenerator/Extend.html @@ -785,7 +785,7 @@

diff --git a/Parlour/RbiGenerator/Include.html b/Parlour/RbiGenerator/Include.html index acedf0533..0e1fc66f8 100644 --- a/Parlour/RbiGenerator/Include.html +++ b/Parlour/RbiGenerator/Include.html @@ -785,7 +785,7 @@

diff --git a/Parlour/RbiGenerator/Method.html b/Parlour/RbiGenerator/Method.html index e230d55a9..588ab03aa 100644 --- a/Parlour/RbiGenerator/Method.html +++ b/Parlour/RbiGenerator/Method.html @@ -1893,7 +1893,7 @@

diff --git a/Parlour/RbiGenerator/ModuleNamespace.html b/Parlour/RbiGenerator/ModuleNamespace.html index c56bea0d5..edc649380 100644 --- a/Parlour/RbiGenerator/ModuleNamespace.html +++ b/Parlour/RbiGenerator/ModuleNamespace.html @@ -1039,7 +1039,7 @@

diff --git a/Parlour/RbiGenerator/Namespace.html b/Parlour/RbiGenerator/Namespace.html index 50dcdd4d8..a76a08250 100644 --- a/Parlour/RbiGenerator/Namespace.html +++ b/Parlour/RbiGenerator/Namespace.html @@ -4503,7 +4503,7 @@

diff --git a/Parlour/RbiGenerator/Parameter.html b/Parlour/RbiGenerator/Parameter.html index 8b5286c57..96d26535c 100644 --- a/Parlour/RbiGenerator/Parameter.html +++ b/Parlour/RbiGenerator/Parameter.html @@ -1185,7 +1185,7 @@

diff --git a/Parlour/RbiGenerator/RbiObject.html b/Parlour/RbiGenerator/RbiObject.html index f174f7ecb..504c4b9fd 100644 --- a/Parlour/RbiGenerator/RbiObject.html +++ b/Parlour/RbiGenerator/RbiObject.html @@ -753,7 +753,7 @@

diff --git a/Parlour/RbiGenerator/StructClassNamespace.html b/Parlour/RbiGenerator/StructClassNamespace.html index cd9a832e3..8152fda7d 100644 --- a/Parlour/RbiGenerator/StructClassNamespace.html +++ b/Parlour/RbiGenerator/StructClassNamespace.html @@ -992,7 +992,7 @@

diff --git a/Parlour/RbiGenerator/StructProp.html b/Parlour/RbiGenerator/StructProp.html index ee567f2a8..c35633fff 100644 --- a/Parlour/RbiGenerator/StructProp.html +++ b/Parlour/RbiGenerator/StructProp.html @@ -1477,7 +1477,7 @@

diff --git a/Parlour/RbiGenerator/TypeAlias.html b/Parlour/RbiGenerator/TypeAlias.html index af47c6d61..7a7a7d54d 100644 --- a/Parlour/RbiGenerator/TypeAlias.html +++ b/Parlour/RbiGenerator/TypeAlias.html @@ -878,7 +878,7 @@

diff --git a/Parlour/RbsGenerator.html b/Parlour/RbsGenerator.html index c12fde3e6..9945f68e5 100644 --- a/Parlour/RbsGenerator.html +++ b/Parlour/RbsGenerator.html @@ -420,7 +420,7 @@

diff --git a/Parlour/RbsGenerator/Arbitrary.html b/Parlour/RbsGenerator/Arbitrary.html index c5f392884..15a6adcc6 100644 --- a/Parlour/RbsGenerator/Arbitrary.html +++ b/Parlour/RbsGenerator/Arbitrary.html @@ -806,7 +806,7 @@

diff --git a/Parlour/RbsGenerator/Attribute.html b/Parlour/RbsGenerator/Attribute.html index 35021c77b..1906d43e2 100644 --- a/Parlour/RbsGenerator/Attribute.html +++ b/Parlour/RbsGenerator/Attribute.html @@ -839,7 +839,7 @@

diff --git a/Parlour/RbsGenerator/Block.html b/Parlour/RbsGenerator/Block.html index bedd2a712..a36c1d642 100644 --- a/Parlour/RbsGenerator/Block.html +++ b/Parlour/RbsGenerator/Block.html @@ -635,7 +635,7 @@

diff --git a/Parlour/RbsGenerator/ClassNamespace.html b/Parlour/RbsGenerator/ClassNamespace.html index db98787fd..c2c859d9e 100644 --- a/Parlour/RbsGenerator/ClassNamespace.html +++ b/Parlour/RbsGenerator/ClassNamespace.html @@ -801,7 +801,7 @@

diff --git a/Parlour/RbsGenerator/Constant.html b/Parlour/RbsGenerator/Constant.html index b4d377a83..fa093b092 100644 --- a/Parlour/RbsGenerator/Constant.html +++ b/Parlour/RbsGenerator/Constant.html @@ -822,7 +822,7 @@

diff --git a/Parlour/RbsGenerator/Extend.html b/Parlour/RbsGenerator/Extend.html index 5ad832171..b7d2506ca 100644 --- a/Parlour/RbsGenerator/Extend.html +++ b/Parlour/RbsGenerator/Extend.html @@ -824,7 +824,7 @@

diff --git a/Parlour/RbsGenerator/Include.html b/Parlour/RbsGenerator/Include.html index f3b09f9e7..46a398e63 100644 --- a/Parlour/RbsGenerator/Include.html +++ b/Parlour/RbsGenerator/Include.html @@ -824,7 +824,7 @@

diff --git a/Parlour/RbsGenerator/InterfaceNamespace.html b/Parlour/RbsGenerator/InterfaceNamespace.html index 5620149b9..adf5b8376 100644 --- a/Parlour/RbsGenerator/InterfaceNamespace.html +++ b/Parlour/RbsGenerator/InterfaceNamespace.html @@ -415,7 +415,7 @@

diff --git a/Parlour/RbsGenerator/Method.html b/Parlour/RbsGenerator/Method.html index ed326db38..6b80c67dc 100644 --- a/Parlour/RbsGenerator/Method.html +++ b/Parlour/RbsGenerator/Method.html @@ -1060,7 +1060,7 @@

diff --git a/Parlour/RbsGenerator/MethodSignature.html b/Parlour/RbsGenerator/MethodSignature.html index d3d8b1aef..a9378e422 100644 --- a/Parlour/RbsGenerator/MethodSignature.html +++ b/Parlour/RbsGenerator/MethodSignature.html @@ -979,7 +979,7 @@

diff --git a/Parlour/RbsGenerator/ModuleNamespace.html b/Parlour/RbsGenerator/ModuleNamespace.html index 8ff68fca2..a2d7c85fb 100644 --- a/Parlour/RbsGenerator/ModuleNamespace.html +++ b/Parlour/RbsGenerator/ModuleNamespace.html @@ -415,7 +415,7 @@

diff --git a/Parlour/RbsGenerator/Namespace.html b/Parlour/RbsGenerator/Namespace.html index 5b2c720cf..cd3a38a97 100644 --- a/Parlour/RbsGenerator/Namespace.html +++ b/Parlour/RbsGenerator/Namespace.html @@ -3634,7 +3634,7 @@

diff --git a/Parlour/RbsGenerator/Parameter.html b/Parlour/RbsGenerator/Parameter.html index 9650c3827..2c85d8df8 100644 --- a/Parlour/RbsGenerator/Parameter.html +++ b/Parlour/RbsGenerator/Parameter.html @@ -1038,7 +1038,7 @@

diff --git a/Parlour/RbsGenerator/RbsObject.html b/Parlour/RbsGenerator/RbsObject.html index 9cd3b4010..0923a9e6a 100644 --- a/Parlour/RbsGenerator/RbsObject.html +++ b/Parlour/RbsGenerator/RbsObject.html @@ -688,7 +688,7 @@

diff --git a/Parlour/RbsGenerator/TypeAlias.html b/Parlour/RbsGenerator/TypeAlias.html index 21b120062..288eb83f1 100644 --- a/Parlour/RbsGenerator/TypeAlias.html +++ b/Parlour/RbsGenerator/TypeAlias.html @@ -826,7 +826,7 @@

diff --git a/Parlour/TypeLoader.html b/Parlour/TypeLoader.html index 9cf3bb326..0fa7d543d 100644 --- a/Parlour/TypeLoader.html +++ b/Parlour/TypeLoader.html @@ -585,7 +585,7 @@

diff --git a/Parlour/TypeParser.html b/Parlour/TypeParser.html index f66fa6cc4..7fd47fd71 100644 --- a/Parlour/TypeParser.html +++ b/Parlour/TypeParser.html @@ -2608,7 +2608,7 @@

diff --git a/Parlour/TypeParser/IntermediateSig.html b/Parlour/TypeParser/IntermediateSig.html index ac414c906..e2a6383e9 100644 --- a/Parlour/TypeParser/IntermediateSig.html +++ b/Parlour/TypeParser/IntermediateSig.html @@ -125,7 +125,7 @@

Overview

diff --git a/Parlour/TypeParser/NodePath.html b/Parlour/TypeParser/NodePath.html index 9a894c478..8149e0773 100644 --- a/Parlour/TypeParser/NodePath.html +++ b/Parlour/TypeParser/NodePath.html @@ -762,7 +762,7 @@

diff --git a/Parlour/TypedObject.html b/Parlour/TypedObject.html index 96106f270..f6b08f7a9 100644 --- a/Parlour/TypedObject.html +++ b/Parlour/TypedObject.html @@ -890,7 +890,7 @@

diff --git a/Parlour/Types.html b/Parlour/Types.html index 87b9123f2..7fbf56479 100644 --- a/Parlour/Types.html +++ b/Parlour/Types.html @@ -132,7 +132,7 @@

diff --git a/Parlour/Types/Array.html b/Parlour/Types/Array.html index 8b25fb86a..b520a56b2 100644 --- a/Parlour/Types/Array.html +++ b/Parlour/Types/Array.html @@ -282,7 +282,7 @@

diff --git a/Parlour/Types/Boolean.html b/Parlour/Types/Boolean.html index 029a9e388..1d179fb0f 100644 --- a/Parlour/Types/Boolean.html +++ b/Parlour/Types/Boolean.html @@ -362,7 +362,7 @@

diff --git a/Parlour/Types/Class.html b/Parlour/Types/Class.html index f45099655..a6fdafd74 100644 --- a/Parlour/Types/Class.html +++ b/Parlour/Types/Class.html @@ -515,7 +515,7 @@

diff --git a/Parlour/Types/Enumerable.html b/Parlour/Types/Enumerable.html index 3c885c2d0..f43502e1d 100644 --- a/Parlour/Types/Enumerable.html +++ b/Parlour/Types/Enumerable.html @@ -282,7 +282,7 @@

diff --git a/Parlour/Types/Enumerator.html b/Parlour/Types/Enumerator.html index 6e7b49775..8fd3eb789 100644 --- a/Parlour/Types/Enumerator.html +++ b/Parlour/Types/Enumerator.html @@ -282,7 +282,7 @@

diff --git a/Parlour/Types/Generic.html b/Parlour/Types/Generic.html index 7d410446d..b8f8355d6 100644 --- a/Parlour/Types/Generic.html +++ b/Parlour/Types/Generic.html @@ -593,7 +593,7 @@

diff --git a/Parlour/Types/Hash.html b/Parlour/Types/Hash.html index 73acbcf44..aa3d66435 100644 --- a/Parlour/Types/Hash.html +++ b/Parlour/Types/Hash.html @@ -589,7 +589,7 @@

diff --git a/Parlour/Types/Intersection.html b/Parlour/Types/Intersection.html index a72230610..6bdaa0348 100644 --- a/Parlour/Types/Intersection.html +++ b/Parlour/Types/Intersection.html @@ -515,7 +515,7 @@

diff --git a/Parlour/Types/Nilable.html b/Parlour/Types/Nilable.html index 864128dc1..aeae658ed 100644 --- a/Parlour/Types/Nilable.html +++ b/Parlour/Types/Nilable.html @@ -515,7 +515,7 @@

diff --git a/Parlour/Types/Proc.html b/Parlour/Types/Proc.html index 3371617c1..9db6cf26f 100644 --- a/Parlour/Types/Proc.html +++ b/Parlour/Types/Proc.html @@ -623,7 +623,7 @@

diff --git a/Parlour/Types/Proc/Parameter.html b/Parlour/Types/Proc/Parameter.html index d398e401a..c2a889b50 100644 --- a/Parlour/Types/Proc/Parameter.html +++ b/Parlour/Types/Proc/Parameter.html @@ -500,7 +500,7 @@

diff --git a/Parlour/Types/Range.html b/Parlour/Types/Range.html index 277c1532f..36b6f456d 100644 --- a/Parlour/Types/Range.html +++ b/Parlour/Types/Range.html @@ -282,7 +282,7 @@

diff --git a/Parlour/Types/Raw.html b/Parlour/Types/Raw.html index ee6e5c0f3..69e67cca0 100644 --- a/Parlour/Types/Raw.html +++ b/Parlour/Types/Raw.html @@ -515,7 +515,7 @@

diff --git a/Parlour/Types/Record.html b/Parlour/Types/Record.html index 1b63f952c..ad0d99b15 100644 --- a/Parlour/Types/Record.html +++ b/Parlour/Types/Record.html @@ -519,7 +519,7 @@

diff --git a/Parlour/Types/Self.html b/Parlour/Types/Self.html index 3db19a63b..694f496fd 100644 --- a/Parlour/Types/Self.html +++ b/Parlour/Types/Self.html @@ -362,7 +362,7 @@

diff --git a/Parlour/Types/Set.html b/Parlour/Types/Set.html index e5864cbe6..3edda7694 100644 --- a/Parlour/Types/Set.html +++ b/Parlour/Types/Set.html @@ -282,7 +282,7 @@

diff --git a/Parlour/Types/SingleElementCollection.html b/Parlour/Types/SingleElementCollection.html index 036a7a72f..56020f7f5 100644 --- a/Parlour/Types/SingleElementCollection.html +++ b/Parlour/Types/SingleElementCollection.html @@ -504,7 +504,7 @@

diff --git a/Parlour/Types/Tuple.html b/Parlour/Types/Tuple.html index aae8844df..0bf58177a 100644 --- a/Parlour/Types/Tuple.html +++ b/Parlour/Types/Tuple.html @@ -515,7 +515,7 @@

diff --git a/Parlour/Types/Type.html b/Parlour/Types/Type.html index 21fd88f57..07c260c26 100644 --- a/Parlour/Types/Type.html +++ b/Parlour/Types/Type.html @@ -473,7 +473,7 @@

diff --git a/Parlour/Types/Union.html b/Parlour/Types/Union.html index 1e6c58d4b..5c61eae91 100644 --- a/Parlour/Types/Union.html +++ b/Parlour/Types/Union.html @@ -515,7 +515,7 @@

diff --git a/Parlour/Types/Untyped.html b/Parlour/Types/Untyped.html index 15a6716ac..4886abc0d 100644 --- a/Parlour/Types/Untyped.html +++ b/Parlour/Types/Untyped.html @@ -362,7 +362,7 @@

diff --git a/_index.html b/_index.html index 2d0be91ea..e04a93725 100644 --- a/_index.html +++ b/_index.html @@ -747,7 +747,7 @@

Namespace Listing A-Z

diff --git a/file.README.html b/file.README.html index 3827f53d0..d163d8da4 100644 --- a/file.README.html +++ b/file.README.html @@ -404,7 +404,7 @@

Code of Conduct

diff --git a/index.html b/index.html index 8ec3ab7f1..09bceb78a 100644 --- a/index.html +++ b/index.html @@ -404,7 +404,7 @@

Code of Conduct

diff --git a/top-level-namespace.html b/top-level-namespace.html index ab1d2abbf..68fc6fb1d 100644 --- a/top-level-namespace.html +++ b/top-level-namespace.html @@ -100,7 +100,7 @@

Defined Under Namespace