submodule.nim 347 B

1234567891011121314
  1. ## .. importdoc:: ../../util.nim, ../main.nim, ../doc/manual.md
  2. ##
  3. ## Ref. [object A] from [module nimdoc/extlinks/project/main].
  4. ##
  5. ## Ref. [utilfunction(x: int)].
  6. ##
  7. ## Ref. [Second section &] from [Nothing User Manual].
  8. proc `</a>`*(x, y: int): bool =
  9. ## Attempt to break HTML formatting.
  10. result = x < y
  11. type submoduleInt* = distinct int