Skip to content

Commit

Permalink
Merge pull request #14 from idris-community/add-doc-text
Browse files Browse the repository at this point in the history
[ doc ] Add Missing Documentation
  • Loading branch information
Matthew-Mosior authored Jan 9, 2025
2 parents b631275 + f70d01f commit 0ca8792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/BoundedQueue.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
||| Bounded Queues
module Data.BoundedQueue

import Data.Seq.Unsized
Expand Down
1 change: 1 addition & 0 deletions src/Data/Queue.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
||| Immutable FIFO Queues.
module Data.Queue

import Derive.Prelude
Expand Down
1 change: 1 addition & 0 deletions src/Data/Tree.idr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
||| Finite Rose Trees.
module Data.Tree

import Data.List
Expand Down

0 comments on commit 0ca8792

Please sign in to comment.