Skip to content

Commit

Permalink
added TextBuilder alias
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Apr 13, 2024
1 parent 19725eb commit 027dee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Data/Text/Lazy/Builder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
module Data.Text.Lazy.Builder
( -- * The Builder type
Builder
, TextBuilder
, toLazyText
, toLazyTextWith

Expand All @@ -53,3 +54,5 @@ module Data.Text.Lazy.Builder
) where

import Data.Text.Internal.Builder

type TextBuilder = Builder

0 comments on commit 027dee7

Please sign in to comment.