extensible-0.2.10: examples/test.hs
import Data.Extensible test = (42 :: Int) <% "hoge" <% False <% Nil value = pluck test :: Int main = print value
import Data.Extensible test = (42 :: Int) <% "hoge" <% False <% Nil value = pluck test :: Int main = print value