WURFL-0.1: src/WURFL.hs
{-# OPTIONS_GHC -cpp -fglasgow-exts #-}
---------------------------------------------------------------------------
-- |
-- Module : WURFL
-- Copyright : (c) alpheccar, 2007
-- License : BSD-style
--
-- Maintainer : misc@alpheccar.org
-- Stability : experimental
-- Portability : portable
--
-- Description
--
-- Some text
--
-- See below for examples.
-----------------------------------------------------------------------------
module WURFL (
wurfldb
) where
import WURFLTypes
wurfldb :: [Tree MD]
#include "WurflVar.h"