Jump to content

User:MagnusY/F* (programming language)

From Wikipedia, the free encyclopedia

Article Draft

[edit]

Overview

[edit]

Operators

[edit]

F* supports common arithmetic operators such as +, -, *, and /. Additionally, F* supports relational operators like <, <=, ==, !=, >, and >=.[1]

Data types

[edit]

Common primitives data types in F* are bool, int, float, char, and unit.[1]

References

[edit]
  1. ^ a b Swamy, Nikhil; Martínez, Guido; Rastogi, Aseem (Jan 14, 2024). Proof-Oriented Programming in F* (PDF).

Sources:

[edit]