Skip to content

Commit

Permalink
rearrange Toml documentation sections
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Feb 13, 2024
1 parent a57d1c6 commit 7432c67
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Toml.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ module Toml (
Value(..),

-- * Parsing
decode,
Result(..),
parse,

-- * Printing
encode,
prettyToml,
DocClass(..),

-- * Serialization
decode,
encode,
Result(..),
) where

import Toml.FromValue (FromValue (fromValue), Result(..))
Expand Down

0 comments on commit 7432c67

Please sign in to comment.