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