We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1f680 commit dd927afCopy full SHA for dd927af
FSharp/FSharpRepoDB/FSharpRepoDB/Types.fs
@@ -2,7 +2,8 @@ namespace FSharpRepoDB
2
3
/// Group your types and other constructs that allow you
4
/// to represent your domain
5
-module Types =
+module Types =
6
+ [<CLIMutable>]
7
type Person =
8
{ Id: int64
9
Name: string
0 commit comments