Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 committed May 29, 2024
1 parent 3f82691 commit 34b5a18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ShapeSifter/SurfaceBaseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ ShapeSifter.ArrayTeqCrate`1 - interface with 1 member(s)
ShapeSifter.ArrayTeqCrate`1.Apply [method]: ShapeSifter.ArrayTeqEvaluator<'a, 'ret> -> 'ret
ShapeSifter.ArrayTeqEvaluator`2 - interface with 1 member(s)
ShapeSifter.ArrayTeqEvaluator`2.Eval [method]: TypeEquality.Teq<'a, 'b []> -> 'ret
ShapeSifter.Choice2TeqCrate inherit obj
ShapeSifter.Choice2TeqCrate.make [static method]: unit -> Microsoft.FSharp.Core.FSharpChoice<'b1, 'b2> ShapeSifter.Choice2TeqCrate
ShapeSifter.Choice2TeqCrate.tryMake [static method]: unit -> 'a ShapeSifter.Choice2TeqCrate option
ShapeSifter.Choice2TeqCrate`1 - interface with 1 member(s)
ShapeSifter.Choice2TeqCrate`1.Apply [method]: ShapeSifter.Choice2TeqEvaluator<'a, 'ret> -> 'ret
ShapeSifter.Choice2TeqEvaluator`2 - interface with 1 member(s)
ShapeSifter.Choice2TeqEvaluator`2.Eval [method]: TypeEquality.Teq<'a, Microsoft.FSharp.Core.FSharpChoice<'b1, 'b2>> -> 'ret
ShapeSifter.Conv inherit obj
ShapeSifter.Conv.compose [static method]: ShapeSifter.Conv<'a, 'b> -> ShapeSifter.Conv<'b, 'c> -> ShapeSifter.Conv<'a, 'c>
ShapeSifter.Conv.make [static method]: ('a -> 'b) -> ('b -> 'a) -> ShapeSifter.Conv<'a, 'b>
Expand Down Expand Up @@ -66,6 +73,7 @@ ShapeSifter.Patterns+TType`1.Tag [property]: [read-only] int
ShapeSifter.Patterns.tType [static method]: unit -> 'a ShapeSifter.Patterns+TType
ShapeSifter.Patterns.|Array|_| [static method]: 'a ShapeSifter.Patterns+TType -> 'a ShapeSifter.ArrayTeqCrate option
ShapeSifter.Patterns.|Bool|_| [static method]: 'a ShapeSifter.Patterns+TType -> TypeEquality.Teq<'a, bool> option
ShapeSifter.Patterns.|Choice2|_| [static method]: 'a ShapeSifter.Patterns+TType -> 'a ShapeSifter.Choice2TeqCrate option
ShapeSifter.Patterns.|DateTime|_| [static method]: 'a ShapeSifter.Patterns+TType -> TypeEquality.Teq<'a, System.DateTime> option
ShapeSifter.Patterns.|Dictionary|_| [static method]: 'a ShapeSifter.Patterns+TType -> 'a ShapeSifter.DictionaryTeqCrate option
ShapeSifter.Patterns.|Float|_| [static method]: 'a ShapeSifter.Patterns+TType -> TypeEquality.Teq<'a, float> option
Expand Down
7 changes: 4 additions & 3 deletions ShapeSifter/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.3",
"version": "0.4",
"publicReleaseRefSpec": [
"^refs/heads/main$"
]
}
],
"pathFilters": null
}

0 comments on commit 34b5a18

Please sign in to comment.