Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Elm module #60

Merged
merged 28 commits into from
Apr 15, 2020
Merged

Publish Elm module #60

merged 28 commits into from
Apr 15, 2020

Conversation

AttilaMihaly
Copy link
Member

#2

@AttilaMihaly AttilaMihaly requested a review from a team April 15, 2020 19:07
@AttilaMihaly AttilaMihaly self-assigned this Apr 15, 2020
@AttilaMihaly AttilaMihaly merged commit b0779d7 into finos:master Apr 15, 2020
sfc-gh-lfallasavendano added a commit to Snowflake-Labs/morphir-elm that referenced this pull request Dec 13, 2023
* Add support for a couple of elements

- Adds basic support for case/of with Union types with params

```
  case x of
    First a b c -> a
    Second y -> y
```

- Adds support for Maybe case/of patterns

```
  case x of
    Just w -> w
    Nothing -> 19
```

- Adds basic support for conversion of `Maybe.Just` and `Maybe.Nothing`

- Adds a new Scala literal for `null`

* Code review changes
sfc-gh-lfallasavendano added a commit to Snowflake-Labs/morphir-elm that referenced this pull request Dec 13, 2023
* Add support for a couple of elements

- Adds basic support for case/of with Union types with params

```
  case x of
    First a b c -> a
    Second y -> y
```

- Adds support for Maybe case/of patterns

```
  case x of
    Just w -> w
    Nothing -> 19
```

- Adds basic support for conversion of `Maybe.Just` and `Maybe.Nothing`

- Adds a new Scala literal for `null`

* Code review changes
sfc-gh-lfallasavendano added a commit to Snowflake-Labs/morphir-elm that referenced this pull request Jan 2, 2024
* Add support for a couple of elements

- Adds basic support for case/of with Union types with params

```
  case x of
    First a b c -> a
    Second y -> y
```

- Adds support for Maybe case/of patterns

```
  case x of
    Just w -> w
    Nothing -> 19
```

- Adds basic support for conversion of `Maybe.Just` and `Maybe.Nothing`

- Adds a new Scala literal for `null`

* Code review changes
sfc-gh-lfallasavendano added a commit to Snowflake-Labs/morphir-elm that referenced this pull request Jan 8, 2024
* Add support for a couple of elements

- Adds basic support for case/of with Union types with params

```
  case x of
    First a b c -> a
    Second y -> y
```

- Adds support for Maybe case/of patterns

```
  case x of
    Just w -> w
    Nothing -> 19
```

- Adds basic support for conversion of `Maybe.Just` and `Maybe.Nothing`

- Adds a new Scala literal for `null`

* Code review changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant