File: Text.hs

package info (click to toggle)
haskell-blaze-textual 0.2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 88 kB
  • sloc: haskell: 291; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
module Blaze.Text
    (
      float
    , double
    , integral
    ) where

import Blaze.Text.Double
import Blaze.Text.Int