Skip to content

Commit

Permalink
Guess a number works again pog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Jul 23, 2024
1 parent 0878d29 commit 1c0db5b
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 210 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ An experimental programming language
- More examples
- Borrow checker
- Tests

## Look into:

- rankNtypes (check)
- user-defined rewrite rules
- GADT
- differentiable
- software transational memory
- dependent types
- refinement types
- oncapture callback for closures?

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
];
shellHook = ''
# eval $(opam env)
export OCAMLRUNPARAM=b
# export OCAMLRUNPARAM=b
'';
};
formatter.${system} = pkgs.nixpkgs-fmt;
Expand Down
1 change: 1 addition & 0 deletions lib/id.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ module MapImpl = struct
end

module Map = Map.Make (MapImpl)
module Set = Set.Make (MapImpl)
Loading

0 comments on commit 1c0db5b

Please sign in to comment.