wavefront-0.1: src/Codec/Wavefront/Line.hs
-----------------------------------------------------------------------------
-- |
-- Copyright : (C) 2015 Dimitri Sabadie
-- License : BSD3
--
-- Maintainer : Dimitri Sabadie <dimitri.sabadie@gmail.com>
-- Stability : experimental
-- Portability : portable
--
-----------------------------------------------------------------------------
module Codec.Wavefront.Line where
data Line = Line {-# UNPACK #-} !(Int,Maybe Int) deriving (Eq,Show)