Skip to content

Commit dd927af

Browse files
committed
add climutable attribute
1 parent 0f1f680 commit dd927af

File tree

1 file changed

+2
-1
lines changed
  • FSharp/FSharpRepoDB/FSharpRepoDB

1 file changed

+2
-1
lines changed

FSharp/FSharpRepoDB/FSharpRepoDB/Types.fs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ namespace FSharpRepoDB
22

33
/// Group your types and other constructs that allow you
44
/// to represent your domain
5-
module Types =
5+
module Types =
6+
[<CLIMutable>]
67
type Person =
78
{ Id: int64
89
Name: string

0 commit comments

Comments
 (0)