Skip to content

Commit 6d64f3f

Browse files
committed
Added Field to ContextValue
1 parent 3456a82 commit 6d64f3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ngc/Context.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ open Naggum.Compiler.Reader
3030

3131
type ContextValue =
3232
|Local of LocalBuilder * Type
33+
|Field of FieldBuilder * Type
3334
|Arg of int * Type
3435

3536
type Context =

0 commit comments

Comments
 (0)