Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Jun 29, 2014
1 parent 4f087ce commit a2ea673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following example demonstrates how MicroKanren can be used from a simple pro

```csharp
using MicroKanren;
class SimpleProgram::Core{
class SimpleProgram:Core{
public string Do(){
var res = CallFresh((q)=> Eq(q, 5) )(EmptyState);
return res.ToString();
Expand Down

0 comments on commit a2ea673

Please sign in to comment.