Skip to content

Commit

Permalink
Add Standard ML implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aij committed Dec 28, 2023
1 parent 236b978 commit 73a6164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Ruby
Rust
Scala
Solidity
Standard ML
SQL
Swift
TrumpScript
Expand Down
1 change: 1 addition & 0 deletions implementations/main.sml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fun is_prime x = false
1 change: 1 addition & 0 deletions optimized_implementations/main.sml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
val(is_prime)=fn(x)=>false

0 comments on commit 73a6164

Please sign in to comment.