Simplify Example
This commit is contained in:
parent
9ff53f1803
commit
de5843a783
4 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +0,0 @@
|
|||
namespace Mutannot
|
||||
|
||||
open System
|
||||
|
||||
[<AttributeUsage(AttributeTargets.Method, AllowMultiple = true)>]
|
||||
type MutationCaseAttribute(patch: string) =
|
||||
inherit Attribute()
|
||||
|
||||
member _.Patch = patch
|
||||
Loading…
Add table
Add a link
Reference in a new issue