~alcinnz/rhapsode

ref: 07a0488dd95595c27d0d6dcb8051bba0fbe613e5 rhapsode/src/Types.hs -rw-r--r-- 474 bytes
07a0488d — Adrian Cochrane Improve Rhapsode's build with newer tools, fix crashes in history infrastructure. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module Types(CArray, Page(..), Application(..), RhapsodeCSS, readStrict) where

import SpeechStyle (SpeechStyle)
import Data.CSS.Preprocessor.Conditions (ConditionalStyles, conditionalStyles)
import Data.CSS.Preprocessor.Text (TextStyle)

import Network.URI.Fetch (Application(..), url)
import Network.URI.Fetch.XML (Page(..), readStrict)

import System.FilePath ((</>))
import Foreign.Ptr

type CArray a = Ptr a
type RhapsodeCSS = ConditionalStyles (TextStyle SpeechStyle)