packages feed

LambdaDB-0.0.0.5: app/Main.hs

module Main where

import Lib

main :: IO ()
main = do
  d <- dbInit
  dbProc d
  dbTerm