mirror of
https://github.com/Smaug123/FicroKanSharp
synced 2025-10-18 01:28:40 +00:00
dc4ac9d9f1f79709501e2169d89be2b087f9ec77
FicroKanSharp
A microKanren implementation in F#.
Development tips
There are pull request checks on this repo, enforcing Fantomas-compliant formatting. After checking out the repo, you may wish to add a pre-push hook to ensure locally that formatting is complete, rather than having to wait for the CI checks to tell you that you haven't formatted your code. Consider performing the following command to set this up in the repo:
git config core.hooksPath hooks/
Before your first push (but only once), you will need to install the .NET local tools which form part of the pre-push hook:
dotnet tool restore
Languages
F#
99.3%
Python
0.7%