-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
7sharp9
committed
Sep 8, 2023
1 parent
7b525e5
commit 0f24982
Showing
6 changed files
with
637 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
//------------------------------------------------------------------------------ | ||
// This code was generated by myriad. | ||
// Changes to this file will be lost when the code is regenerated. | ||
//------------------------------------------------------------------------------ | ||
|
||
|
||
|
||
namespace TestExample1 | ||
|
||
module First = | ||
let fourtyTwo = 42 | ||
|
||
module Second = | ||
let fourtyTwo = 42 | ||
|
||
module Third = | ||
let fourtyTwo = 42 | ||
|
||
module Fourth = | ||
let fourtyTwo = 42 | ||
|
||
//------------------------------------------------------------------------------ | ||
// This code was generated by myriad. | ||
// Changes to this file will be lost when the code is regenerated. | ||
//------------------------------------------------------------------------------ | ||
|
||
|
||
|
||
namespace TestExample1 | ||
|
||
module First = | ||
let fourtyTwo = 42 | ||
|
||
module Second = | ||
let fourtyTwo = 42 | ||
|
||
module Third = | ||
let fourtyTwo = 42 | ||
|
||
module Fourth = | ||
let fourtyTwo = 42 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
//------------------------------------------------------------------------------ | ||
// This code was generated by myriad. | ||
// Changes to this file will be lost when the code is regenerated. | ||
//------------------------------------------------------------------------------ | ||
namespace UnknownNamespace | ||
|
||
module First = | ||
let fourtyTwo = 42 | ||
|
||
module Second = | ||
let fourtyTwo = 42 | ||
|
||
module Third = | ||
let fourtyTwo = 42 | ||
|
||
module Fourth = | ||
let fourtyTwo = 42 | ||
|
||
//------------------------------------------------------------------------------ | ||
// This code was generated by myriad. | ||
// Changes to this file will be lost when the code is regenerated. | ||
//------------------------------------------------------------------------------ | ||
namespace UnknownNamespace | ||
|
||
module First = | ||
let fourtyTwo = 42 | ||
|
||
module Second = | ||
let fourtyTwo = 42 | ||
|
||
module Third = | ||
let fourtyTwo = 42 | ||
|
||
module Fourth = | ||
let fourtyTwo = 42 | ||
|
Oops, something went wrong.