Skip to content

panmona/panmona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Hey, I'm Mona! 🌺

- Librarian & Software Engineer at Bibliothek im Regenbogenhaus
- Computer Science Student at Eastern University of Applied Sciences

A little bit more about me...

let mona = {
  Name = "Mona Celeste Panchaud"
  Pronouns = [ She; Her ]
  Code = [ ``F#``; ``C#``; TypeScript; CSS; LaTeX ]
  Tools = [ Rider; React; Fable ]
  OutsideOfCode = [ "πŸͺ‘🧡"; "πŸ“š"; "πŸ§™β€β™€οΈ"; "πŸ–‹οΈ"; "πŸ‘©β€πŸ³"; "πŸŠβ€β™€οΈ"; "πŸš΄β€β™€οΈ"; "⛰️"  ]
}

If you're interested in the types that make the above F# code compile, see below.

F# Types
type Pronoun = She | Her | He | Him | They | Them

type Language = ``F#`` | ``C#`` | TypeScript | CSS | LaTeX

type Tool = Rider | React | Fable

type Person = {
  Name: string
  Pronouns: Pronoun list
  Code: Language list
  Tools: Tool list
  OutsideOfCode: string list
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published