finos / finos/morphir-dotnet

Implement an Elm TypeProvider

Open
#66 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
14
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Implement a TypeProvider that generates Morphir IR from Elm code, as well as generates F# from Elm.

For example:

```F#
type MyModule = ElmTypeProvider<"""
module MyModule exposing (...)

greet:String -> String
greet target = String.concat ["Hello, " target]
""">
```

Would allow this:

```F#
MyModule.greet "Bob" |> printfn
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.