Skip to content

Instantly share code, notes, and snippets.

@Bouzomgi
Created February 15, 2024 15:55
Show Gist options
  • Save Bouzomgi/1e6a35999198e89adb31ba08381473a1 to your computer and use it in GitHub Desktop.
Save Bouzomgi/1e6a35999198e89adb31ba08381473a1 to your computer and use it in GitHub Desktop.
{"formatVersion":3,"distribution":["Library",[["sample"]],[],{"modules":[]}]}
module Sample exposing (..)
addOne : Int -> Int
addOne elem = elem + 1
myVal : Int
myVal = 3
mySum : Int
mySum = addOne myVal
{
"name": "Sample",
"sourceDirectory": "src",
"exposedModules": [
"mySum"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment