Jump to content

User:MagnusY/F* (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MagnusY (talk | contribs) at 18:13, 25 March 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Article Draft

Overview

Operators

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

Data types

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

References

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