ocaml-export-0.1.0.0: test/ProductApp.hs
{-# LANGUAGE TemplateHaskell #-}
module ProductApp where
import OCaml.Export
import Product
$(mkOCamlSpecServer "ProductPackage" (Proxy :: Proxy ProductPackage))
{-# LANGUAGE TemplateHaskell #-}
module ProductApp where
import OCaml.Export
import Product
$(mkOCamlSpecServer "ProductPackage" (Proxy :: Proxy ProductPackage))