Skip to content

a tautology checker as seen in ML for the working programmer by L.C. Paulson

Notifications You must be signed in to change notification settings

oscarftoro/tautologyChecker

Repository files navigation

tautologyChecker

a tautology checker as seen in ML for the working programmer by L.C. Paulson

Compile

compile the tautologyChecker.fs file as a dll as following:

fsharpc --nologo -a tautologyChecker.fs

Then, reference the previous file using -r and include the script tautologyCheking.fs to generate a tautologyCheking.exe executable.

fsharpc -r tautologyChecker.dll tautologyChecking.fsx

Run

mono tautologyCheking.exe

About

a tautology checker as seen in ML for the working programmer by L.C. Paulson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages