Skip to content

Commit

Permalink
Merge pull request #115 from aij/sml
Browse files Browse the repository at this point in the history
Add Standard ML implementation
  • Loading branch information
mawerty authored Jan 2, 2024
2 parents 3023f0b + 73a6164 commit 9a89a61
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 9a89a61

Please sign in to comment.