hydra
hydra copied to clipboard
Port Rewriting module to Java
https://github.com/CategoricalData/hydra/blob/main/hydra-haskell/src/main/haskell/Hydra/Rewriting.hs
Note: not all functions here need to be ported right away, but there are a few like rewriteTerm and rewriteTermM which are of high importance.
rewriteTerm and rewriteTermM (which is used for term reduction) are done, while foldOverTerm and rewriteType are still TODO.