Skip to content

quimFIB/unifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unification algorithm

I have always wanted to implement a unification algorithm for learning purposes and I meant to do it in Haskell but I always run intro trouble setting up the Haskell development environment so now I am trying Ocaml. So, good luck and have fun, I guess.

Interesting info

.mli :   ocamlc -i     x.ml > x.mli

.cmi :   ocamlc        x.mli

.cmo :   ocamlc -c     x.ml

.cmx :   ocamlopt -c   x.ml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published