Unverified Commit 717bb9db authored by Johannes Kirschbauer's avatar Johannes Kirschbauer
Browse files

lib/types: submodule fix description with freeformType

parent cf0760e7
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1247,7 +1247,14 @@ let
              let
                docsEval = base.extendModules { modules = [ noCheckForDocsModule ]; };
              in
              docsEval._module.freeformType.description or name;
              if docsEval._module.freeformType ? description then
                "open ${name} of ${
                  optionDescriptionPhrase (
                    class: class == "noun" || class == "composite"
                  ) docsEval._module.freeformType
                }"
              else
                name;
          inherit check;
          merge = {
            __functor =