Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Manual.lean
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import Manual.Releases
import Manual.Namespaces
import Manual.Runtime
import Manual.ModuleSystem
import Manual.Order.Test

open Verso.Genre Manual
open Verso.Genre.Manual.InlineLean
Expand Down Expand Up @@ -141,6 +142,8 @@ Overview of the standard library, including types from the prelude and those tha

{include 0 Manual.Releases}

{include 0 Manual.Order.Test}

# Index
%%%
number := false
Expand Down
23 changes: 23 additions & 0 deletions Manual/Order/Test.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/-
Copyright (c) 2025 Lean FRO LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Paul Reichert
-/

import VersoManual

import Manual.Meta

open Manual.FFIDocType

open Verso.Genre Manual
open Verso.Genre.Manual.InlineLean

set_option pp.rawOnError true

#doc (Manual) "Iterators and Ranges" =>
%%%
tag := "iterators"
%%%

Lorem ipsum
Loading