Simplify Example

This commit is contained in:
Sven van Heugten 2026-05-12 16:34:08 +02:00
parent 9ff53f1803
commit de5843a783
No known key found for this signature in database
GPG key ID: D612F88666F4F660
4 changed files with 5 additions and 5 deletions

View file

@ -1,9 +0,0 @@
namespace Mutannot
open System
[<AttributeUsage(AttributeTargets.Method, AllowMultiple = true)>]
type MutationCaseAttribute(patch: string) =
inherit Attribute()
member _.Patch = patch