Start implementing unification
This commit is contained in:
parent
d8ebda0fa9
commit
89c942e81e
2 changed files with 36 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
cabal-version: 1.18
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.2.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 03958e185b40527fc635759af663a90da5cd82cead9a9fd30ce5ab3e91b53f83
|
||||
-- hash: 78cab4f7dbc3221eeb49550721e77438db654b072638fcbe9a383fd915dbf277
|
||||
|
||||
name: props
|
||||
version: 0.1.0.0
|
||||
|
|
@ -24,6 +24,7 @@ library
|
|||
exposed-modules:
|
||||
Props.Lambda.Display
|
||||
Props.Lambda.Term
|
||||
Props.Prolog
|
||||
other-modules:
|
||||
Paths_props
|
||||
hs-source-dirs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue