[Add Web.Page, for basic generation of the pages Neil Mitchell**20080804214020] { hunk ./src/Web/Action.hs 9 +import Web.Page hunk ./src/Web/Action.hs 39 +-- TODO: Should escape the query text hunk ./src/Web/Action.hs 41 -runQuery _ _ = "hello" +runQuery q _ = header (queryText q) ++ footer addfile ./src/Web/Page.hs hunk ./src/Web/Page.hs 1 + +module Web.Page(header, footer) where + + +header query = unlines $ + ["" + ,"" + ,"
" + ," " + ,"haskell.org | Firefox plugin | + Tutorial | + Manual |
Searched for map | Results 1 - 25 of 129 ![]() |
Lambdabot says: http://www.haskell.org/hawiki/HaskellUserLocations