Skip to content

Commit

Permalink
Clarify Type provider in .NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Sep 3, 2024
1 parent 4ddde9a commit 770d34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/pages/why-ocaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,8 @@ présentes dans OCaml, par exemple :
liaisons](https://ocaml.org/manual/5.2/bindingops.html))
- le [fournisseur de
types](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/computation-expressions)
(qui malheureusement ne fonctionne pas avec .NET Core)
(qui malheureusement peut soulever quelques déconvenues avec .NET
Core, dans certains cas de résolutions de noms/chemins)
- les [motifs
actifs](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/active-patterns)
- [Paramètres de type résolus
Expand Down
1 change: 0 additions & 1 deletion lib/generator/model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module Effect_util = struct
let open Try.Monad in
let* content = content in
let m, _ = split_metadata content in

R.from_string (module V) m |> Validate.to_try >|= f path
in
match result with Ok x -> return x | Error err -> throw err
Expand Down

0 comments on commit 770d34e

Please sign in to comment.