Skip to content

Instantly share code, notes, and snippets.

@AngelMunoz
Last active October 9, 2022 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AngelMunoz/b9e9efa19b7c89700c422c0ee5548edb to your computer and use it in GitHub Desktop.
Save AngelMunoz/b9e9efa19b7c89700c422c0ee5548edb to your computer and use it in GitHub Desktop.
module MyFunctions
let add a b = a + b
let printValue value = printfn "%s" value
module MyTypes
type MyType = { name: string }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment